8000 [pre-commit.ci] pre-commit autoupdate · giorgi94/libsass-python@d4ece04 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4ece04

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
1 parent e6b3fc4 commit d4ece04

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
@@ -9,7 +9,7 @@ repos:
99
- id: double-quote-string-fixer
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
12-
- repo: https://github.com/asottile/reorder_python_imports
12+
- repo: https://github.com/asottile/reorder-python-imports
1313
rev: v3.9.0
1414
hooks:
1515
- id: reorder-python-imports
@@ -20,7 +20,7 @@ repos:
2020
- id: add-trailing-comma
2121
args: [--py36-plus]
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.3.2
23+
rev: v3.4.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]

0 commit comments

Comments
 (0)
0