Skip to content

Commit

Permalink
chore: reorder hooks
Browse files Browse the repository at this point in the history
Formatting should happen after fixes,
to reduce round trips
  • Loading branch information
boidolr committed Apr 20, 2024
1 parent b654bd3 commit d37fcc6
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 @@ -43,9 +43,9 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
hooks:
- id: ruff-format
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
Expand Down

0 comments on commit d37fcc6

Please sign in to comment.