Skip to content

Commit 6f53f95

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.18.1](pre-commit/mirrors-mypy@v1.11.2...v1.18.1) - [github.com/google/yapf: v0.40.2 → v0.43.0](google/yapf@v0.40.2...v0.43.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 6ca44d4 commit 6f53f95

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
@@ -5,7 +5,7 @@ default_language_version:
55
python: python3
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
2929
types: [text]
3030
exclude: ^.pre-commit-config.yaml$
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.1.1
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
args: [-j8]
@@ -42,17 +42,17 @@ repos:
4242
- flake8-pyproject
4343
- flake8-string-format
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.11.2
45+
rev: v1.18.1
4646
hooks:
4747
- id: mypy
4848
additional_dependencies: [types-setuptools, types-requests]
4949
- repo: https://github.com/google/yapf
50-
rev: v0.40.2
50+
rev: v0.43.0
5151
hooks:
5252
- id: yapf
5353
args: [-i]
5454
additional_dependencies: [toml]
5555
- repo: https://github.com/PyCQA/isort
56-
rev: 5.13.2
56+
rev: 6.0.1
5757
hooks:
5858
- id: isort

0 commit comments

Comments
 (0)