We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7fc5e commit d6b34dfCopy full SHA for d6b34df
pyproject.toml
@@ -53,6 +53,7 @@ extend-select = [
53
"I", # isort
54
"B", # flake8-bugbear
55
"E", # pycodestyle errors
56
+ "F", # Pyflakes
57
"UP", # pyupgrade
58
"W", # pycodestyle warnings
59
]
0 commit comments