We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce858d8 commit 3cc2b57Copy full SHA for 3cc2b57
pyproject.toml
@@ -67,7 +67,7 @@ indent-style = "space"
67
select = [
68
# "E", # pycodestyle, see https://beta.ruff.rs/docs/rules/#pycodestyle-e-w
69
# "D", # pydocstyle, see https://beta.ruff.rs/docs/rules/#pydocstyle-d
70
-# "F", # pyflakes, see https://beta.ruff.rs/docs/rules/#pyflakes-f
+ "F", # pyflakes, see https://beta.ruff.rs/docs/rules/#pyflakes-f
71
# "I", # isort, see https://beta.ruff.rs/docs/rules/#isort-i
72
# "N", # pep8-naming, see https://beta.ruff.rs/docs/rules/#pep8-naming-n
73
# "PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
0 commit comments