Skip to content

Commit 7b7f384

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.0](pre-commit/mirrors-mypy@v1.16.0...v1.17.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent d75dab8 commit 7b7f384

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
@@ -45,7 +45,7 @@ repos:
4545
- id: reorder-python-imports
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.16.0'
48+
rev: 'v1.17.0'
4949
hooks:
5050
- id: mypy
5151
args:
@@ -55,7 +55,7 @@ repos:
5555
- jinja2
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: '7.2.0' # pick a git hash / tag to point to
58+
rev: '7.3.0' # pick a git hash / tag to point to
5959
hooks:
6060
- id: flake8
6161
args:

0 commit comments

Comments
 (0)