Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#580)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: 1.1.0 →
1.2.0](tox-dev/pyproject-fmt@1.1.0...1.2.0)
- [github.com/asottile/setup-cfg-fmt: v2.4.0 →
v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0)
- [github.com/asottile/pyupgrade: v3.13.0 →
v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0)
- [github.com/asottile/reorder-python-imports: v3.11.0 →
v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0)
<!--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 Oct 9, 2023
1 parent 412b640 commit 1c634d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.1.0
rev: 1.2.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args:
Expand All @@ -36,7 +36,7 @@ repos:
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -51,7 +51,7 @@ repos:
additional_dependencies:
- black==23.1.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.11.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
args:
Expand Down

0 comments on commit 1c634d2

Please sign in to comment.