Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ labelPRBasedOnFilePath:
- tests/www/api/**/*

area:dev-tools:
- airflow/mypy/**/*
- scripts/**/*
- dev/**/*
- .github/**/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = False
plugins =
airflow.mypy.plugin.decorators,
airflow.mypy.plugin.outputs
dev.mypy.plugin.decorators,
dev.mypy.plugin.outputs
pretty = True
show_error_codes = True

Expand Down