Skip to content

Commit 99590b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.3.0](asottile/setup-cfg-fmt@v2.2.0...v2.3.0)
1 parent bd81543 commit 99590b7

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
@@ -17,7 +17,7 @@ repos:
1717
- id: black
1818
args: [--line-length=79]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.4.0
20+
rev: v3.6.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -30,7 +30,7 @@ repos:
3030
- flake8-docstrings
3131
- flake8-import-order
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.2.0
33+
rev: v2.3.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
args: [--include-version-classifiers]

0 commit comments

Comments
 (0)