Skip to content

Commit

Permalink
Merge pull request #314 from nsidc/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
mfisher87 authored Aug 6, 2024
2 parents 385ed46 + d24531f commit decbdad
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 decbdad

Please sign in to comment.