Skip to content

Commit 9737a96

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

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
@@ -19,12 +19,12 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.10.1
22+
rev: v3.11.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
2626
- repo: https://github.com/asottile/reorder-python-imports
27-
rev: v3.10.0
27+
rev: v3.11.0
2828
hooks:
2929
- id: reorder-python-imports
3030
args: ['--application-directories=execnet', --py37-plus]

0 commit comments

Comments
 (0)