Skip to content

Commit

Permalink
pre-commit: use ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed May 8, 2024
1 parent b72f641 commit 29b3a5a
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 @@ -19,6 +19,7 @@ repos:
# TODO: turning off line length check
# When ruff formatting is available, use that to auto-fix
args: [--fix, --exit-non-zero-on-fix, --ignore=E501]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand All @@ -28,7 +29,6 @@ repos:
- id: check-yaml
- id: check-added-large-files
args: ['--maxkb=20000']
- id: check-ast
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
Expand Down

0 comments on commit 29b3a5a

Please sign in to comment.