Skip to content

Commit

Permalink
chore(deps): update precommit hook asottile/pyupgrade to v2.16.0 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Augusto W. Andreoli <andreoliwa@gmail.com>
  • Loading branch information
3 people committed May 18, 2021
1 parent 653b7b3 commit 8b2dc3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -33,7 +33,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Expand Up @@ -351,7 +351,7 @@ Contents of `styles/pre-commit/python.toml <https://github.com/andreoliwa/nitpic
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pyupgrade
"""
Expand Down
2 changes: 1 addition & 1 deletion styles/pre-commit/python.toml
Expand Up @@ -13,7 +13,7 @@ yaml = """
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pyupgrade
"""
2 changes: 1 addition & 1 deletion tests/test_pre_commit.py
Expand Up @@ -411,7 +411,7 @@ def test_missing_different_values(tmp_path):
hooks:
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pyupgrade
- repo: https://github.com/openstack/bashate
Expand Down

0 comments on commit 8b2dc3c

Please sign in to comment.