Skip to content

Commit 10c1d33

Browse files
[pre-commit.ci] pre-commit autoupdate (#1271)
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/pyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 41d5480 commit 10c1d33

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
@@ -84,7 +84,7 @@ repos:
8484
args: [--py38-plus]
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.10.0
87+
rev: v1.10.1
8888
hooks:
8989
- id: mypy
9090
additional_dependencies: [types-all]
@@ -115,7 +115,7 @@ repos:
115115
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
116116
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
117117
- repo: https://github.com/pyCQA/flake8
118-
rev: 7.0.0
118+
rev: 7.1.0
119119
hooks:
120120
- id: flake8
121121
args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]

0 commit comments

Comments
 (0)