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/repo-helper/pyproject-parser: v0.6.1 → v0.7.0](repo-helper/pyproject-parser@v0.6.1...v0.7.0)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.2.0](pre-commit/pre-commit-hooks@v3.4.0...v4.2.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v2.32.1](asottile/pyupgrade@v2.12.0...v2.32.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2022
1 parent 74fb12c commit d0d7ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.6.1
rev: v0.7.0
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- id: rst-inline-touching-normal

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

0 comments on commit d0d7ab4

Please sign in to comment.