Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.3.3](rbubley/mirrors-prettier@v3.3.2...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 385ed46 commit d24531f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ repos:
- id: "trailing-whitespace"

- repo: "https://github.com/astral-sh/ruff-pre-commit"
rev: "v0.5.0"
rev: "v0.5.6"
hooks:
- id: "ruff"
# NOTE: "--exit-non-zero-on-fix" is important for CI to function
# correctly!
args: ["--fix", "--exit-non-zero-on-fix"]

- repo: "https://github.com/psf/black"
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: "black"

Expand All @@ -47,7 +47,7 @@ repos:
# specify the prettier hook twice if we want to format other things and avoid
# a messy regex.
- repo: "https://github.com/rbubley/mirrors-prettier"
rev: "v3.3.2"
rev: "v3.3.3"
hooks:
- id: "prettier"
files: "CITATION.cff"
Expand Down

0 comments on commit d24531f

Please sign in to comment.