Skip to content

Commit 90597ca

Browse files
Enforce ruff/pygrep-hooks rules (PGH)
1 parent b284631 commit 90597ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,15 @@ extend-exclude = [
207207

208208
[tool.ruff.lint]
209209
extend-select = [
210-
"B", # flake8-bugbear
211-
"I", # isort
212-
"ISC",
213-
"UP", # pyupgrade
214-
"RSE",
210+
"B", # flake8-bugbear
211+
"I", # isort
212+
"ISC", # flake8-implicit-str-concat
213+
"PGH", # pygrep-hooks
214+
"RSE", # flake8-raise
215215
"RUF",
216216
"TCH", # flake8-type-checking
217217
"TRY", # tryceratops
218+
"UP", # pyupgrade
218219
]
219220
ignore = [
220221
"RUF005",

0 commit comments

Comments
 (0)