Skip to content

Commit 50b232b

Browse files
[pre-commit.ci] pre-commit autoupdate (#10454)
updates: - [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](asottile/reorder-python-imports@v3.8.5...v3.9.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0) - [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.2.0](asottile/setup-cfg-fmt@v2.1.0...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 496196b commit 50b232b

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
@@ -39,17 +39,17 @@ repos:
3939
- flake8-typing-imports==1.12.0
4040
- flake8-docstrings==1.5.0
4141
- repo: https://github.com/asottile/reorder_python_imports
42-
rev: v3.8.5
42+
rev: v3.9.0
4343
hooks:
4444
- id: reorder-python-imports
4545
args: ['--application-directories=.:src', --py37-plus]
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.1.0
47+
rev: v3.2.0
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py37-plus]
5151
- repo: https://github.com/asottile/setup-cfg-fmt
52-
rev: v2.1.0
52+
rev: v2.2.0
5353
hooks:
5454
- id: setup-cfg-fmt
5555
args: ["--max-py-version=3.11", "--include-version-classifiers"]

0 commit comments

Comments
 (0)