Skip to content

Commit

Permalink
Split ignores into blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jun 19, 2024
1 parent 3d8dbd5 commit 13d3b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ max-line-length = 119
ignore =
# black disagrees with flake8 about these
E203, E501, E701, E704, W503

# Assigning to `os.environ` doesn't clear the environment.
B003
# Do not use mutable data structures for argument defaults.
Expand All @@ -19,10 +20,12 @@ ignore =
B026
# No explicit stacklevel argument found.
B028

# docstring does contain unindexed parameters
P102
# other string does contain unindexed parameters
P103

# Missing docstring in public module
D100
# Missing docstring in public class
Expand Down

0 comments on commit 13d3b1a

Please sign in to comment.