mik-laj commented on a change in pull request #11693:
URL: https://github.com/apache/airflow/pull/11693#discussion_r511664620
##########
File path: .pre-commit-config.yaml
##########
@@ -277,7 +277,7 @@ repos:
entry: "^\\s*from\\s+\\."
pass_filenames: true
files: \.py$
- exclude: ^tests/
+ exclude: ^tests/|^chart/tests/
Review comment:
It is needed? We can solve pylint problems with a trick similar to mypy.
----------------------------------------------------------------
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]