Skip to content

Commit 5ce4c60

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4)
1 parent c3cc5a9 commit 5ce4c60

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
@@ -24,7 +24,7 @@ repos:
2424
additional_dependencies: *version_check_dependencies
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.1.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030

@@ -39,7 +39,7 @@ repos:
3939
exclude: ^src/blib2to3/
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.19.0
42+
rev: v1.19.1
4343
hooks:
4444
- id: mypy
4545
exclude: ^(docs/conf.py|scripts/generate_schema.py)$
@@ -68,7 +68,7 @@ repos:
6868
additional_dependencies: *mypy_deps
6969

7070
- repo: https://github.com/rbubley/mirrors-prettier
71-
rev: v3.6.2
71+
rev: v3.7.4
7272
hooks:
7373
- id: prettier
7474
types_or: [markdown, yaml, json]

0 commit comments

Comments
 (0)