Skip to content

Commit b930d4e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](pre-commit/mirrors-mypy@v0.971...v0.981)
1 parent 4c5a148 commit b930d4e

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
@@ -36,7 +36,7 @@ repos:
3636
- id: isort
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.38.0
39+
rev: v2.38.2
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py36-plus"]
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies: *flake8_dependencies
7070

7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v0.971
72+
rev: v0.981
7373
hooks:
7474
- id: mypy
7575
files: src

0 commit comments

Comments
 (0)