Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
3ebfb9c
1
Parent(s):
92f4854
Update .pre-commit-config.yaml
Browse files- .pre-commit-config.yaml +4 -6
.pre-commit-config.yaml
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
repos:
|
| 4 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 5 |
-
rev: v4.0
|
| 6 |
hooks:
|
| 7 |
- id: trailing-whitespace
|
| 8 |
- id: end-of-file-fixer
|
|
@@ -14,19 +12,19 @@ repos:
|
|
| 14 |
- id: check-merge-conflict
|
| 15 |
|
| 16 |
- repo: https://github.com/psf/black
|
| 17 |
-
rev:
|
| 18 |
hooks:
|
| 19 |
- id: black
|
| 20 |
language_version: python3
|
| 21 |
|
| 22 |
- repo: https://github.com/asottile/add-trailing-comma
|
| 23 |
-
rev: v2.2.
|
| 24 |
hooks:
|
| 25 |
- id: add-trailing-comma
|
| 26 |
args: [--py36-plus]
|
| 27 |
|
| 28 |
- repo: https://github.com/asottile/pyupgrade
|
| 29 |
-
rev: v2.
|
| 30 |
hooks:
|
| 31 |
- id: pyupgrade
|
| 32 |
args: [--py36-plus]
|
|
|
|
|
|
|
|
|
|
| 1 |
repos:
|
| 2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
| 3 |
+
rev: v4.1.0
|
| 4 |
hooks:
|
| 5 |
- id: trailing-whitespace
|
| 6 |
- id: end-of-file-fixer
|
|
|
|
| 12 |
- id: check-merge-conflict
|
| 13 |
|
| 14 |
- repo: https://github.com/psf/black
|
| 15 |
+
rev: 22.3.0
|
| 16 |
hooks:
|
| 17 |
- id: black
|
| 18 |
language_version: python3
|
| 19 |
|
| 20 |
- repo: https://github.com/asottile/add-trailing-comma
|
| 21 |
+
rev: v2.2.2
|
| 22 |
hooks:
|
| 23 |
- id: add-trailing-comma
|
| 24 |
args: [--py36-plus]
|
| 25 |
|
| 26 |
- repo: https://github.com/asottile/pyupgrade
|
| 27 |
+
rev: v2.31.1
|
| 28 |
hooks:
|
| 29 |
- id: pyupgrade
|
| 30 |
args: [--py36-plus]
|