Skip to content

Commit

Permalink
Bring back some inclusions before we solve cyclic deps problems (#10551)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Aug 25, 2020
1 parent fdd9b6f commit cd1f794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ repos:
files: \.py$
exclude: ^scripts/.*\.py$|^dev|^backport_packages
pass_filenames: true
require_serial: true
- id: flake8
name: Run flake8
language: system
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/pylint_todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
./airflow/models/dag.py
./airflow/models/dagrun.py
./airflow/www/utils.py
./airflow/configuration.py
./airflow/models/taskinstance.py

0 comments on commit cd1f794

Please sign in to comment.