Skip to content

Commit

Permalink
Updated Ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jul 12, 2024
1 parent bb43ee0 commit f3f0ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ local_scheme = "dirty-tag"
write_to = "src/exceptiongroup/_version.py"

[tool.ruff.lint]
select = [
"E", "F", "W", # default flake-8
extend-select = [
"I", # isort
"ISC", # flake8-implicit-str-concat
"PGH", # pygrep-hooks
"RUF100", # unused noqa (yesqa)
"UP", # pyupgrade
"W", # pycodestyle warnings
]

[tool.ruff.lint.pyupgrade]
Expand Down

0 comments on commit f3f0ff6

Please sign in to comment.