Skip to content

Commit

Permalink
autoupdate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed May 22, 2020
1 parent 0882712 commit daa700c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_stages: [commit, push]
repos:
#: code unspecific out-of-the-box hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v3.1.0
hooks:
- id: no-commit-to-branch
args: [--branch, staging, --branch, master, --pattern, release/.*]
Expand All @@ -31,7 +31,7 @@ repos:

#: pyupgrade - upgrade old python syntax to new
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
rev: v2.4.3
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit daa700c

Please sign in to comment.