Skip to content

Commit b0e6744

Browse files
[pre-commit.ci] pre-commit autoupdate (#1653)
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Remi Gau <[email protected]>
1 parent 7bff097 commit b0e6744

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
@@ -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.10.1
16+
rev: 23.11.0
1717
hooks:
1818
- id: black
1919
files: ^tools/(?!schemacode)
@@ -38,7 +38,7 @@ repos:
3838
- id: flake8
3939
args: [--config=tools/schemacode/setup.cfg]
4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v3.0.3
41+
rev: v3.1.0
4242
hooks:
4343
- id: prettier
4444
files: src/schema/.*/.*\.yaml
@@ -48,7 +48,7 @@ repos:
4848
- id: codespell
4949
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.6.1
51+
rev: v1.7.0
5252
hooks:
5353
- id: mypy
5454
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)