Skip to content

Commit 3b70c84

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.23.1 → v2.25.0](asottile/pyupgrade@v2.23.1...v2.25.0) - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
1 parent abc4cac commit 3b70c84

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
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v2.23.1
5+
rev: v2.25.0
66
hooks:
77
- id: pyupgrade
88
args: ["--py36-plus"]
@@ -13,7 +13,7 @@ repos:
1313
files: "^(?!examples/)"
1414
args: ["--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 21.7b0
16+
rev: 21.8b0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)