We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd161df commit d5b59c5Copy full SHA for d5b59c5
pyproject.toml
@@ -291,8 +291,8 @@ extend-exclude = [
291
extend-select = [
292
"ANN", # flake8-annotations
293
"B", # flake8-bugbear
294
- "EXE", # flake8-executable
295
"C4", # flake8-comprehensions
+ "EXE", # flake8-executable
296
"FA", # flake8-future-annotations
297
"FLY", # flynt
298
"FURB", # refurb
0 commit comments