Skip to content

Commit 87db440

Browse files
[pre-commit.ci] pre-commit autoupdate (#918)
updates: - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 08d4476 commit 87db440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: [--safe, --quiet, --line-length=88]
77

88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "v2.5.1"
9+
rev: "v2.6.0"
1010
hooks:
1111
- id: pyproject-fmt
1212
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -41,13 +41,13 @@ repos:
4141
- flake8-typing-imports==1.12.0
4242

4343
- repo: https://github.com/asottile/reorder-python-imports
44-
rev: v3.14.0
44+
rev: v3.15.0
4545
hooks:
4646
- id: reorder-python-imports
4747
args: ["--application-directories=.:src:testing", --py3-plus]
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.19.1
50+
rev: v3.20.0
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py39-plus]

0 commit comments

Comments
 (0)