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
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ignore =
DW12,
# code is sometimes better without this
E129,
# Contradicts PEP8 nowadays
W503,
# consistency with mypy
W504
exclude =
Expand Down
2 changes: 2 additions & 0 deletions .flake8-tests
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ignore =
# irrelevant plugins
B3,
DW12,
# Contradicts PEP8 nowadays
W503,
# consistency with mypy
W504
noqa_require_code = true