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 893ed59 commit bb4a3baCopy full SHA for bb4a3ba
pyproject.toml
@@ -62,12 +62,15 @@ line-length = 120
62
target-version = "py39"
63
lint.select = [
64
"B", # flake8-bugbear
65
+ "BLE", # flake8-blind-except
66
+ "C4", # flake8-comprehensions
67
"E4", # pycodestyle - error - import
68
"E7", # pycodestyle - error - statement
69
"E9", # pycodestyle - error - runtime
70
"F", # pyflakes
71
"I", # isort
72
"ISC", # flake8-implicit-str-concat
73
+ "PERF", # perflint
74
"TC", # flake8-type-checking
75
"UP", # pyupgrade
76
]
0 commit comments