Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#242)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: 0.10.0 →
0.11.1](tox-dev/pyproject-fmt@0.10.0...0.11.1)
- [github.com/asottile/pyupgrade: v3.3.1 →
v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2023
1 parent d78d593 commit 7aedc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.10.0
rev: 0.11.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/asottile/setup-cfg-fmt
Expand All @@ -34,7 +34,7 @@ repos:
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 7aedc23

Please sign in to comment.