Skip to content

Commit bcf7543

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.17.1
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)