Skip to content

Commit

Permalink
Enable ruff's PTH (flake8-use-pathlib) rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 20, 2024
1 parent 0cdb87d commit b2a207d
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 @@ -107,6 +107,7 @@ select = [
"PIE", # flake8-pie
"PL", # pylint
"PT", # flake8-pytest-style
"PTH", # flake8-use-pathlib
"RET", # flake8-return
"RSE", # flake8-raise
"RUF", # ruff-specific
Expand Down

0 comments on commit b2a207d

Please sign in to comment.