kaxil commented on a change in pull request #7483: [AIRFLOW-XXXX] Document new session handling guidelines URL: https://github.com/apache/airflow/pull/7483#discussion_r382563680
########## File path: CONTRIBUTING.rst ########## @@ -321,6 +326,47 @@ Your code must pass all the static code checks in Travis CI in order to be eligi The easiest way to make sure your code is good before pushing is to use pre-commit checks locally as described in the static code checks documentation. +.. _coding_style: + +Coding style and best practices +=============================== + +Most of your coding style rules are enforced programmatically by flake8 and pylint (which are run automatically Review comment: ```suggestion Most of our coding style rules are enforced programmatically by flake8 and pylint (which are run automatically ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
