Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Oct 22, 2024
1 parent 1250b96 commit 801ee86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: ['check', '--select', 'I', '--fix', '.']
args: ['check', '--select', 'I', '--exit-zero']
# Run the formatter.
- id: ruff-format

Expand All @@ -17,5 +17,4 @@ repos:
language: python
types: ['python'] # Targets Python files
files: \.py$ # Only .py files
exclude: (tests/|scripts/|docs|helper)

0 comments on commit 801ee86

Please sign in to comment.