Skip to content

Commit 9f22d32

Browse files
[pre-commit.ci] pre-commit autoupdate (#11451)
updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.11.0](asottile/reorder-python-imports@v3.10.0...v3.11.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9a58e62 commit 9f22d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ 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.10.0
40+
rev: v3.11.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.10.1
45+
rev: v3.11.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py38-plus]

0 commit comments

Comments
 (0)