Skip to content

Commit f3f0ff6

Browse files
committed
Updated Ruff configuration
1 parent bb43ee0 commit f3f0ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ local_scheme = "dirty-tag"
4646
write_to = "src/exceptiongroup/_version.py"
4747

4848
[tool.ruff.lint]
49-
select = [
50-
"E", "F", "W", # default flake-8
49+
extend-select = [
5150
"I", # isort
5251
"ISC", # flake8-implicit-str-concat
5352
"PGH", # pygrep-hooks
5453
"RUF100", # unused noqa (yesqa)
5554
"UP", # pyupgrade
55+
"W", # pycodestyle warnings
5656
]
5757

5858
[tool.ruff.lint.pyupgrade]

0 commit comments

Comments
 (0)