Skip to content

Commit c9864f6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.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.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 85349bc commit c9864f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 7.1.1
29+
rev: 7.3.0
3030
hooks:
3131
- id: flake8
3232
args: [-j8]
@@ -39,7 +39,7 @@ repos:
3939
- flake8-pyproject
4040
- flake8-string-format
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.15.0
42+
rev: v1.18.2
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [types-setuptools]
@@ -50,7 +50,7 @@ repos:
5050
args: [-i]
5151
additional_dependencies: [toml]
5252
- repo: https://github.com/PyCQA/isort
53-
rev: 6.0.0
53+
rev: 6.0.1
5454
hooks:
5555
- id: isort
5656
ci:

0 commit comments

Comments
 (0)