stop ignoring flake8 e402

This commit is contained in:
David Lord 2023-01-19 06:35:15 -08:00
parent 78b42b9ac2
commit 3a35977d5f
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 3 additions and 5 deletions

View file

@ -9,8 +9,6 @@ extend-select =
extend-ignore =
# slice notation whitespace, invalid
E203
# import at top, too many circular import fixes
E402
# line length, handled by bugbear B950
E501
# bare except, handled by bugbear B001