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: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0)
- [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.7.0](streetsidesoftware/cspell-cli@v8.6.0...v8.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent bc8d06f commit e8f9094
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
@@ -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
exclude: conda.recipe/meta.yaml
Expand All @@ -16,7 +16,7 @@ repos:
exclude: ^demos/

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

Expand All @@ -42,7 +42,7 @@ repos:
exclude: ^demos/

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.0
rev: v8.7.0
hooks:
- id: cspell
files: ldrb|demos|tests|README.md

0 comments on commit e8f9094

Please sign in to comment.