Skip to content

Commit 7094e38

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.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0)
1 parent 28e030a commit 7094e38

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
@@ -23,12 +23,12 @@ repos:
2323
- id: black
2424
language_version: python3.10
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.2.0
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [ flake8-typing-imports==1.12.0 ]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.15.0
31+
rev: v1.17.0
3232
hooks:
3333
- id: mypy
3434
exclude: tests/

0 commit comments

Comments
 (0)