Skip to content

Commit

Permalink
⚡ Add default config for ruff
Browse files Browse the repository at this point in the history
Pylint was disabled by default but we still want those checks.
  • Loading branch information
sakarias88 committed Feb 8, 2024
1 parent 2a25a30 commit 88a7171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/hooks/config/ruff.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[tool.ruff]
select=[ "E4", "E7", "E9", "F", "PLE", "PLW" ]

0 comments on commit 88a7171

Please sign in to comment.