potiuk commented on a change in pull request #11102:
URL: https://github.com/apache/airflow/pull/11102#discussion_r493542283
##########
File path: .pre-commit-config.yaml
##########
@@ -202,6 +202,12 @@ repos:
- --convention=pep257
- --add-ignore=D100,D102,D104,D105,D107,D200,D205,D400,D401
exclude:
^tests/.*\.py$|^scripts/.*\.py$|^dev|^backport_packages|^kubernetes_tests
+ - repo: https://gitlab.com/pycqa/flake8
Review comment:
The problem running it in breeze solves is that when we do not have the
common environment, people start reporting various errors that are coming from
different versions of the environments they have, versions of python, versions
of dependencies installed and potentially other dependencies.
Any idea how we can handle this case?
----------------------------------------------------------------
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]