Skip to content

Commit d348576

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
1 parent d2557e3 commit d348576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: check-readthedocs
2626
files: readthedocs.yml
2727
- repo: https://github.com/psf/black
28-
rev: 24.4.2
28+
rev: 24.8.0
2929
hooks:
3030
- id: black
3131
files: ^tools/(?!schemacode)
@@ -45,7 +45,7 @@ repos:
4545
files: tools/schemacode
4646
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
4747
- repo: https://github.com/pyCQA/flake8
48-
rev: 7.1.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8
5151
args: [--config=tools/schemacode/setup.cfg]
@@ -67,7 +67,7 @@ repos:
6767
- id: codespell
6868
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.11.0
70+
rev: v1.11.1
7171
hooks:
7272
- id: mypy
7373
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)