john-bodley commented on a change in pull request #17016: URL: https://github.com/apache/superset/pull/17016#discussion_r724339980
########## File path: CONTRIBUTING.md ########## @@ -650,18 +650,23 @@ pre-commit run --all-files ## Linting -Lint the project with: +### Python + +We use [Pylint](https://pylint.org/) for linting which can be invoked via: ```bash # for python tox -e pylint +``` Review comment: This was previously wrong as the entire section was a code block. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
