Skip to content

Commit afdf633

Browse files
committed
doc: slight change to confirm tests run normally
1 parent ce858d8 commit afdf633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ select = [
7070
# "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
73-
# "PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
73+
"PTH", # flake9-use-pathlib, https://beta.ruff.rs/docs/rules/#flake8-use-pathlib-pth
7474
# "TD", # flake8-todos, https://docs.astral.sh/ruff/rules/#flake8-todos-td
7575
]
7676
ignore = [

0 commit comments

Comments
 (0)