Skip to content

Commit 25ac5e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](asottile/add-trailing-comma@v2.4.0...v3.0.0) - [github.com/pre-commit/mirrors-scss-lint: v0.59.0 → v0.60.0](pre-commit/mirrors-scss-lint@v0.59.0...v0.60.0)
1 parent a9434a1 commit 25ac5e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ repos:
3636
hooks:
3737
- id: autopep8
3838
- repo: https://github.com/asottile/reorder-python-imports
39-
rev: v3.9.0
39+
rev: v3.10.0
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.4.0
43+
rev: v3.9.0
4444
hooks:
4545
- id: pyupgrade
4646
args: ['--py38-plus']
4747
- repo: https://github.com/asottile/add-trailing-comma
48-
rev: v2.4.0
48+
rev: v3.0.0
4949
hooks:
5050
- id: add-trailing-comma
5151
args: ['--py36-plus']
@@ -55,7 +55,7 @@ repos:
5555
- id: remove-tabs
5656
- id: remove-crlf
5757
- repo: https://github.com/pre-commit/mirrors-scss-lint
58-
rev: v0.59.0
58+
rev: v0.60.0
5959
hooks:
6060
- id: scss-lint
6161
- repo: local

0 commit comments

Comments
 (0)