Skip to content

Commit 1c634d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#580)
<!--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>
1 parent 412b640 commit 1c634d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 1.1.0
17+
rev: 1.2.0
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/asottile/setup-cfg-fmt
21-
rev: v2.4.0
21+
rev: v2.5.0
2222
hooks:
2323
- id: setup-cfg-fmt
2424
args:
@@ -36,7 +36,7 @@ repos:
3636
additional_dependencies:
3737
- tomli==2.0.1
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.13.0
39+
rev: v3.14.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
@@ -51,7 +51,7 @@ repos:
5151
additional_dependencies:
5252
- black==23.1.0
5353
- repo: https://github.com/asottile/reorder-python-imports
54-
rev: v3.11.0
54+
rev: v3.12.0
5555
hooks:
5656
- id: reorder-python-imports
5757
args:

0 commit comments

Comments
 (0)