Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove --diff
  • Loading branch information
hugovk committed Sep 10, 2023
commit 8fd293ad835eeaea0763876f687931333dd4939d
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v0.0.287
hooks:
- id: ruff
args: [--diff, --exit-non-zero-on-fix, --format=github]
args: [--exit-non-zero-on-fix, --format=github]
files: ^Lib/test/

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down