mik-laj commented on a change in pull request #11693:
URL: https://github.com/apache/airflow/pull/11693#discussion_r512181994
##########
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:
1. Click **File** => **Project structure**
1. On the left menu, select "**Project settings** => **Modules**
1. Click **+** >> **Add new module** to a new project module
1. Select **Python**
1. **Next**
1. Type **Chart** in "Module name"" field
1. **Finish**
1. Click **Add Content Root** and add `/chart` directory again
----------------------------------------------------------------
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]