Skip to content

Commit 71939a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#609)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8b2c0cb commit 71939a7

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
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: [black==23.1.0]
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.2.0
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -47,7 +47,7 @@ repos:
4747
language: python
4848
additional_dependencies: [pygments, restructuredtext_lint]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: 'v1.16.0'
50+
rev: 'v1.16.1'
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: [pytest]

0 commit comments

Comments
 (0)