Skip to content

Commit

Permalink
build: enable pygrep-hooks in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and adrienverge committed Jan 20, 2024
1 parent 024b536 commit 3cb3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[lint]
extend-select = ["B", "I", "TRY", "UP"]
extend-select = ["B", "I", "PGH", "TRY", "UP"]
ignore = ["TRY003"]

[lint.isort]
Expand Down

0 comments on commit 3cb3a20

Please sign in to comment.