Skip to content

Commit

Permalink
Merge pull request #12 from nsidc/update-pre-commit
Browse files Browse the repository at this point in the history
Run `pre-commit autoupdate`
  • Loading branch information
trey-stafford authored Oct 20, 2023
2 parents 09f4d7b + 067a737 commit a2d35ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ default_language_version:
repos:

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: "check-added-large-files"
- id: "check-vcs-permalinks"
- id: "end-of-file-fixer"

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.291"
rev: "v0.1.1"
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: "23.9.1"
rev: "23.10.0"
hooks:
- id: "black"

- repo: "https://github.com/jendrikseipp/vulture"
rev: "v2.9.1"
rev: "v2.10"
hooks:
- id: "vulture"

0 comments on commit a2d35ff

Please sign in to comment.