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 ce858d8 commit afdf633Copy full SHA for afdf633
pyproject.toml
@@ -70,7 +70,7 @@ select = [
70
# "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
+ "PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
74
# "TD", # flake8-todos, https://docs.astral.sh/ruff/rules/#flake8-todos-td
75
]
76
ignore = [
0 commit comments