Skip to content

Commit 41aaa55

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/add-trailing-comma: v2.4.0 → v2.5.1](asottile/add-trailing-comma@v2.4.0...v2.5.1)
1 parent a9434a1 commit 41aaa55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ repos:
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.4.0
43+
rev: v3.6.0
4444
hooks:
4545
- id: pyupgrade
4646
args: ['--py38-plus']
4747
- repo: https://github.com/asottile/add-trailing-comma
48-
rev: v2.4.0
48+
rev: v2.5.1
4949
hooks:
5050
- id: add-trailing-comma
5151
args: ['--py36-plus']

0 commit comments

Comments
 (0)