Skip to content

Commit 4707b78

Browse files
[pre-commit.ci] pre-commit autoupdate (#191)
updates: - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e933221 commit 4707b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.3.2
22+
rev: v3.4.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
26-
- repo: https://github.com/asottile/reorder_python_imports
26+
- repo: https://github.com/asottile/reorder-python-imports
2727
rev: v3.9.0
2828
hooks:
2929
- id: reorder-python-imports

0 commit comments

Comments
 (0)