Skip to content

Commit

Permalink
add ruff rules ISC and PT
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed May 9, 2024
1 parent 8d9020f commit cc6120a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ select = [
"TCH", # flake8-typecheck
"TID", # flake8-tidy-imports
"RUF", # ruff-specific rules
"ISC", # flake8-implicit-str-concat
"PT", # flake8-pytest-style
]
ignore = [
"D401", # First line should be in imperative mood
Expand Down

0 comments on commit cc6120a

Please sign in to comment.