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
Re-order args
  • Loading branch information
hugovk committed Sep 10, 2023
commit 83904af6f2dbdfddf6c63fd9d55cf8e95d689dd8
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: [--exit-non-zero-on-fix, --diff, --format=github]
args: [--diff, --exit-non-zero-on-fix, --format=github]
files: ^Lib/test/

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