Skip to content

Commit

Permalink
chore(deps): update precommit hook asottile/pyupgrade to v2.12.0 (#348)
Browse files Browse the repository at this point in the history
* style: update TOML

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Augusto W. Andreoli <andreoliwa@gmail.com>
  • Loading branch information
3 people committed Apr 9, 2021
1 parent 9baef63 commit 4cb3bac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Contents of `styles/pre-commit/general.toml <https://github.com/andreoliwa/nitpi
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
"""
Expand Down
2 changes: 1 addition & 1 deletion styles/pre-commit/general.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yaml = """
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
"""

0 comments on commit 4cb3bac

Please sign in to comment.