Skip to content

Commit 3cc2b57

Browse files
committed
fix: enable pyflakes rule
1 parent ce858d8 commit 3cc2b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ indent-style = "space"
6767
select = [
6868
# "E", # pycodestyle, see https://beta.ruff.rs/docs/rules/#pycodestyle-e-w
6969
# "D", # pydocstyle, see https://beta.ruff.rs/docs/rules/#pydocstyle-d
70-
# "F", # pyflakes, see https://beta.ruff.rs/docs/rules/#pyflakes-f
70+
"F", # pyflakes, see https://beta.ruff.rs/docs/rules/#pyflakes-f
7171
# "I", # isort, see https://beta.ruff.rs/docs/rules/#isort-i
7272
# "N", # pep8-naming, see https://beta.ruff.rs/docs/rules/#pep8-naming-n
7373
# "PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth

0 commit comments

Comments
 (0)