Skip to content

Commit 6f9df5b

Browse files
MAINT: Enforce ruff/pygrep-hooks rules (PGH)
1 parent 8918257 commit 6f9df5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ extend-exclude = [
121121
[tool.ruff.lint]
122122
extend-select = [
123123
"I",
124+
"PGH",
124125
]
125126
ignore = [
126127
"E741", # Do not use variables named 'I', 'O', or 'l'

0 commit comments

Comments
 (0)