Skip to content

Commit

Permalink
Bump pyupgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 12, 2021
1 parent cffdb8a commit 417fa46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/pre_commit.py
Expand Up @@ -187,7 +187,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]:

pyupgrade = Repo(
repo=make_github_url("asottile", "pyupgrade"),
rev="v2.11.0",
rev="v2.12.0",
hooks=[{"id": "pyupgrade", "args": ["--py36-plus", "--keep-runtime-typing"]}]
)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_files/test_testing_/test_make_pre_commit.yaml
Expand Up @@ -54,7 +54,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 417fa46

Please sign in to comment.