shell pip install codacy yaml tools: pylint: basepath: . enabled: true pep8: basepath: . enabled: true mccabe: basepath: . enabled: true python import codacy codacy.setup(token='YOUR_API_TOKEN')