Skip to content

Commit

Permalink
Revert "pre-commit: use ruff format"
Browse files Browse the repository at this point in the history
We'll enable that in a separate PR

This reverts commit 29b3a5a.
  • Loading branch information
lgarrison committed May 9, 2024
1 parent 41e7053 commit a7355f1
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,7 +19,6 @@ repos:
# TODO: turning off line length check
# When ruff formatting is available, use that to auto-fix
args: [--fix, --ignore=E501]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand All @@ -29,6 +28,7 @@ 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 a7355f1

Please sign in to comment.