Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.0](pre-commit/mirrors-mypy@v1.5.1...v1.10.0)
- [github.com/streetsidesoftware/cspell-cli: v7.3.1 → v8.8.2](streetsidesoftware/cspell-cli@v7.3.1...v8.8.2)
  • Loading branch information
pre-commit-ci[bot] authored May 27, 2024
1 parent ba5c492 commit 206e985
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -15,7 +15,7 @@ repos:
exclude: ^sandbox/|^demo/

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
exclude: ^sandbox/
Expand All @@ -33,12 +33,12 @@ repos:
exclude: ^sandbox/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.10.0
hooks:
- id: mypy
exclude: ^(sandbox/|setup.py|demo)

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.1
rev: v8.8.2
hooks:
- id: cspell

0 comments on commit 206e985

Please sign in to comment.