Skip to content

Commit

Permalink
Reorder commit hooks to reduce repeated failures
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Jun 1, 2023
1 parent 12ec58d commit a4bee59
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ repos:
- id: pretty-format-json
args: [--autofix, --indent=4, --no-sort-keys]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.270
hooks:
- id: ruff
args: [--fix]

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

0 comments on commit a4bee59

Please sign in to comment.