Skip to content

Commit 1e1bc57

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
1 parent 1f1c363 commit 1e1bc57

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
@@ -3,7 +3,7 @@ exclude: "migrations"
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.4.0
6+
rev: v3.7.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -14,7 +14,7 @@ repos:
1414
- id: flake8
1515

1616
- repo: https://github.com/asottile/yesqa
17-
rev: v1.4.0
17+
rev: v1.5.0
1818
hooks:
1919
- id: yesqa
2020

0 commit comments

Comments
 (0)