Skip to content

Commit

Permalink
Add UP and C4 to ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 7, 2023
1 parent f990a7d commit cf1900d
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 @@ -93,6 +93,8 @@ select = [
"N", # pep8-naming
"W", # pycodestyle
"D", # pydocstyle
"UP",
"C4",
]
target-version = "py310"
extend-select = [
Expand Down

0 comments on commit cf1900d

Please sign in to comment.