dimberman commented on a change in pull request #11693:
URL: https://github.com/apache/airflow/pull/11693#discussion_r512169932
##########
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:
<img width="786" alt="Screen Shot 2020-10-26 at 11 10 42 AM"
src="https://user-images.githubusercontent.com/2644098/97211278-0a3bb200-177c-11eb-9ea9-dad29c2d8fac.png">
That works on the docker-based tests, but is shows an error on PyCharm which
might make development difficult. Any idea how to fix that? I think pycharm
usually assumes root.
----------------------------------------------------------------
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]