Skip to content

Commit 64f095c

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.17.0](pre-commit/mirrors-mypy@v1.16.0...v1.17.0)
1 parent 0b35cff commit 64f095c

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
@@ -19,12 +19,12 @@ repos:
1919
- id: check-merge-conflict
2020
- id: mixed-line-ending
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.2.0
22+
rev: 7.3.0
2323
hooks:
2424
- id: flake8
2525
args:
2626
- --max-line-length=100
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.16.0
28+
rev: v1.17.0
2929
hooks:
3030
- id: mypy

0 commit comments

Comments
 (0)