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/psf/black.git: 24.3.0 → 24.4.0](https://github.com/psf/black.git/compare/24.3.0...24.4.0)
- [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.7.0](streetsidesoftware/cspell-cli@v8.6.1...v8.7.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0)
- [github.com/PyCQA/flake8.git: 5.0.4 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/5.0.4...7.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 15, 2024
1 parent cbb1a14 commit 3eb2262
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
Expand Up @@ -45,13 +45,13 @@ repos:
- prettier-plugin-toml

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

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.6.1
rev: v8.7.0
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -62,7 +62,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -95,7 +95,7 @@ repos:
types: [file, yaml]

- repo: https://github.com/PyCQA/flake8.git
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
alias: flake8
Expand Down

0 comments on commit 3eb2262

Please sign in to comment.