Skip to content

Commit

Permalink
re-add B006 exception so that this should be passing the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Oct 26, 2023
1 parent 22c5023 commit 3321067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# B027 script_dir is an empty method in an abstract base class, but has no abstract decorator.
# B028: No explicit stacklevel argument found.

ignore = E124, E126, E402, E129, W504, B007, B008, B011, B019, B027, B028
ignore = E124, E126, E402, E129, W504, B006, B007, B008, B011, B019, B027, B028

max-line-length = 158
exclude = test_import_fail.py,
Expand Down

0 comments on commit 3321067

Please sign in to comment.