Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Oct 9, 2023
2 parents 0465a5c + feceb71 commit 0921f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 All @@ -38,7 +38,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,inflight,ket", "--skip", "*.ipynb"]
Expand Down

0 comments on commit 0921f98

Please sign in to comment.