Skip to content

Commit daa700c

Browse files
committed
autoupdate pre-commit config
1 parent 0882712 commit daa700c

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
@@ -4,7 +4,7 @@ default_stages: [commit, push]
44
repos:
55
#: code unspecific out-of-the-box hooks
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v2.5.0
7+
rev: v3.1.0
88
hooks:
99
- id: no-commit-to-branch
1010
args: [--branch, staging, --branch, master, --pattern, release/.*]
@@ -31,7 +31,7 @@ repos:
3131

3232
#: pyupgrade - upgrade old python syntax to new
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.4.1
34+
rev: v2.4.3
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py36-plus]

0 commit comments

Comments
 (0)