Skip to content

Commit 9cc6b50

Browse files
[pre-commit.ci] pre-commit autoupdate (#12893)
updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → 2.3.1](tox-dev/pyproject-fmt@2.2.4...2.3.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b90c782 commit 9cc6b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ repos:
4444
# on <3.11
4545
- exceptiongroup>=1.0.0rc8
4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: "2.2.4"
47+
rev: "2.3.1"
4848
hooks:
4949
- id: pyproject-fmt
5050
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
5151
additional_dependencies: ["tox>=4.9"]
5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.17.0
53+
rev: v3.18.0
5454
hooks:
5555
- id: pyupgrade
5656
stages: [manual]

0 commit comments

Comments
 (0)