Skip to content

Commit e218d57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent f12d67e commit e218d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 7.2.0
37+
rev: 7.3.0
3838
hooks:
3939
- id: flake8
4040
exclude: *test-data
@@ -45,7 +45,7 @@ repos:
4545
exclude: *test-data
4646
args: ["--disable=import-error, cyclic-import"]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.16.0
48+
rev: v1.16.1
4949
hooks:
5050
- id: mypy
5151
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)