Skip to content

Commit 010448d

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.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 53d8900 commit 010448d

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
@@ -77,14 +77,14 @@ repos:
7777
- flake8-print
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.2.0
80+
rev: 7.3.0
8181
hooks:
8282
- id: flake8
8383
exclude: docs/conf.py
8484
additional_dependencies: *flake8_dependencies
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.15.0
87+
rev: v1.16.1
8888
hooks:
8989
- id: mypy
9090
files: src

0 commit comments

Comments
 (0)