Skip to content

Commit d7752b4

Browse files
[pre-commit.ci] pre-commit autoupdate (#9191)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 110d70e commit d7752b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 3.9.2
24+
rev: 4.0.1
2525
hooks:
2626
- id: flake8
2727
language_version: python3
@@ -39,7 +39,7 @@ repos:
3939
- id: pyupgrade
4040
args: [--py36-plus]
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.17.0
42+
rev: v1.18.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [--max-py-version=3.10]
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: python-use-type-annotations
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.910
51+
rev: v0.910-1
5252
hooks:
5353
- id: mypy
5454
files: ^(src/|testing/)

0 commit comments

Comments
 (0)