Skip to content

Commit

Permalink
Change pre-commit to run ruff and ruff-format with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
boxydog committed May 30, 2024
1 parent f0b6e87 commit 7ff9014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: v0.1.15
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
args: ["--check"]

exclude: ^pelican/tests/output/

0 comments on commit 7ff9014

Please sign in to comment.