Skip to content

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/henryiii/check-sdist: v0.1.2 β†’ v0.1.3](henryiii/check-sdist@v0.1.2...v0.1.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 47ceb3b commit 7133b32
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 @@ -107,7 +107,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", "--skip", "*.ipynb"]
Expand All @@ -123,7 +123,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 7133b32

Please sign in to comment.