Skip to content

Commit bd81543

Browse files
authored
Merge pull request #101 from python-hyper/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 45377d7 + 2ea667e commit bd81543

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
@@ -6,7 +6,7 @@ repos:
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
9-
- repo: https://github.com/asottile/reorder_python_imports
9+
- repo: https://github.com/asottile/reorder-python-imports
1010
rev: v3.9.0
1111
hooks:
1212
- id: reorder-python-imports
@@ -17,7 +17,7 @@ repos:
1717
- id: black
1818
args: [--line-length=79]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.4.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]

0 commit comments

Comments
 (0)