Skip to content

Commit 3cb3a20

Browse files
DimitriPapadopoulosadrienverge
authored andcommitted
build: enable pygrep-hooks in ruff
1 parent 024b536 commit 3cb3a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[lint]
2-
extend-select = ["B", "I", "TRY", "UP"]
2+
extend-select = ["B", "I", "PGH", "TRY", "UP"]
33
ignore = ["TRY003"]
44

55
[lint.isort]

0 commit comments

Comments
 (0)