Skip to content

Commit 707d6b3

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.0](asottile/add-trailing-comma@v2.5.1...v3.0.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](asottile/pyupgrade@v3.7.0...v3.8.0)
1 parent 0a06b53 commit 707d6b3

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
@@ -70,12 +70,12 @@ repos:
7070
- id: reorder-python-imports
7171
args: [--py36-plus]
7272
- repo: https://github.com/asottile/add-trailing-comma
73-
rev: "v2.5.1"
73+
rev: "v3.0.0"
7474
hooks:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.7.0"
78+
rev: "v3.8.0"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]

0 commit comments

Comments
 (0)