Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent f741c02 commit 44fb144
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 @@ -15,7 +15,7 @@ ci:
repos:
# Standard hooks
- 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-case-conflict
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:

# Check for spelling
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "wille,linz,coo", "--skip", "*.ipynb"]
Expand All @@ -121,7 +121,7 @@ repos:

# Checking sdist validity
- repo: https://github.com/henryiii/check-sdist
rev: v0.1.2
rev: v0.1.3
hooks:
- id: check-sdist
args: [--inject-junk]
Expand Down

0 comments on commit 44fb144

Please sign in to comment.