Skip to content

Commit 6dfe79c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black.git: 24.3.0 → 24.4.2](https://github.com/psf/black.git/compare/24.3.0...24.4.2) - [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) - [github.com/pre-commit/mirrors-mypy.git: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.9.0...v1.10.0)
1 parent cbb1a14 commit 6dfe79c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
- prettier-plugin-toml
4646

4747
- repo: https://github.com/psf/black.git
48-
rev: 24.3.0
48+
rev: 24.4.2
4949
hooks:
5050
- id: black
5151
language_version: python3
5252

5353
- repo: https://github.com/streetsidesoftware/cspell-cli
54-
rev: v8.6.1
54+
rev: v8.7.0
5555
hooks:
5656
- id: cspell
5757
name: Spell check with cspell
@@ -62,7 +62,7 @@ repos:
6262
- id: remove-tabs
6363

6464
- repo: https://github.com/pre-commit/pre-commit-hooks.git
65-
rev: v4.5.0
65+
rev: v4.6.0
6666
hooks:
6767
# Side-effects:
6868
- id: trailing-whitespace
@@ -95,7 +95,7 @@ repos:
9595
types: [file, yaml]
9696

9797
- repo: https://github.com/PyCQA/flake8.git
98-
rev: 5.0.4
98+
rev: 7.0.0
9999
hooks:
100100
- id: flake8
101101
alias: flake8
@@ -107,7 +107,7 @@ repos:
107107
- flake8-docstrings # uses pydocstyle
108108

109109
- repo: https://github.com/pre-commit/mirrors-mypy.git
110-
rev: v1.9.0
110+
rev: v1.10.0
111111
hooks:
112112
- id: mypy
113113
alias: mypy-py311

0 commit comments

Comments
 (0)