Skip to content

Commit

Permalink
enable flake8-use-pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjleo committed Dec 10, 2024
1 parent 00c655f commit 206f20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ select = [
"TID", # flake8-tidy-imports
"TC", # flake8-type-checking
"ARG", # flake8-unused-arguments
"PTH", # flake8-use-pathlib
]
ignore = [
"ANN401", # any-type
Expand Down

0 comments on commit 206f20e

Please sign in to comment.