Skip to content

Commit 53d446f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](pre-commit/mirrors-mypy@v0.931...v0.940)
1 parent 16e9540 commit 53d446f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
- flake8-bugbear
2323
exclude: doc/source/conf.py
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.31.0
25+
rev: v2.31.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v0.931
30+
rev: v0.940
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:

0 commit comments

Comments
 (0)