Skip to content

Commit 7ab868b

Browse files
[pre-commit.ci] pre-commit autoupdate (#545)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 0.11.1 → 0.11.2](tox-dev/pyproject-fmt@0.11.1...0.11.2) - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28787e1 commit 7ab868b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 0.11.1
17+
rev: 0.11.2
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies:
3535
- tomli==2.0.1
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.3.2
37+
rev: v3.4.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
@@ -48,7 +48,7 @@ repos:
4848
- id: blacken-docs
4949
additional_dependencies:
5050
- black==23.1.0
51-
- repo: https://github.com/asottile/reorder_python_imports
51+
- repo: https://github.com/asottile/reorder-python-imports
5252
rev: v3.9.0
5353
hooks:
5454
- id: reorder-python-imports

0 commit comments

Comments
 (0)