Skip to content

Commit c29a3c3

Browse files
[pre-commit.ci] pre-commit autoupdate (#1668)
updates: - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/pyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c7cabed commit c29a3c3

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414
- id: check-case-conflict
1515
- repo: https://github.com/psf/black
16-
rev: 23.11.0
16+
rev: 23.12.1
1717
hooks:
1818
- id: black
1919
files: ^tools/(?!schemacode)
@@ -23,7 +23,7 @@ repos:
2323
files: tools/schemacode
2424
args: ["--config", "tools/schemacode/pyproject.toml", "--verbose"]
2525
- repo: https://github.com/pyCQA/isort
26-
rev: 5.12.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
files: ^tools/(?!schemacode)
@@ -33,12 +33,12 @@ repos:
3333
files: tools/schemacode
3434
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
3535
- repo: https://github.com/pyCQA/flake8
36-
rev: 6.1.0
36+
rev: 7.0.0
3737
hooks:
3838
- id: flake8
3939
args: [--config=tools/schemacode/setup.cfg]
4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v4.0.0-alpha.3
41+
rev: v4.0.0-alpha.8
4242
hooks:
4343
- id: prettier
4444
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
@@ -49,7 +49,7 @@ repos:
4949
- id: codespell
5050
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.7.1
52+
rev: v1.8.0
5353
hooks:
5454
- id: mypy
5555
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)