Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0)
- [github.com/tox-dev/tox-ini-fmt: 0.5.1 → 0.5.2](tox-dev/tox-ini-fmt@0.5.1...0.5.2)
  • Loading branch information
pre-commit-ci[bot] authored and jugmac00 committed Jan 3, 2022
1 parent 87acc9f commit 79ec7b2
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 @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [ "--py36-plus" ]
Expand All @@ -35,7 +35,7 @@ repos:
hooks:
- id: rst-backticks
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "0.5.1"
rev: "0.5.2"
hooks:
- id: tox-ini-fmt
args: [ "-p", "fix_lint" ]
Expand Down

0 comments on commit 79ec7b2

Please sign in to comment.