Skip to content

Commit 54623f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#11478)
updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bbfe99 commit 54623f0

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
@@ -37,17 +37,17 @@ repos:
3737
- flake8-typing-imports==1.12.0
3838
- flake8-docstrings==1.5.0
3939
- repo: https://github.com/asottile/reorder-python-imports
40-
rev: v3.11.0
40+
rev: v3.12.0
4141
hooks:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py38-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.13.0
45+
rev: v3.14.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py38-plus]
4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: v2.4.0
50+
rev: v2.5.0
5151
hooks:
5252
- id: setup-cfg-fmt
5353
args: ["--max-py-version=3.12", "--include-version-classifiers"]

0 commit comments

Comments
 (0)