Spaces:
Sleeping
Sleeping
Merge pull request #9 from iamgojoof6eyes/update/pre-commit-autoupdate
Browse files- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
-
rev: v4.
|
4 |
hooks:
|
5 |
- id: trailing-whitespace
|
6 |
- id: end-of-file-fixer
|
@@ -12,7 +12,7 @@ repos:
|
|
12 |
- id: check-merge-conflict
|
13 |
|
14 |
- repo: https://github.com/psf/black
|
15 |
-
rev: 22.
|
16 |
hooks:
|
17 |
- id: black
|
18 |
language_version: python3
|
@@ -24,7 +24,7 @@ repos:
|
|
24 |
args: [--py36-plus]
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
-
rev: v2.
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
args: [--py36-plus]
|
|
|
1 |
repos:
|
2 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
3 |
+
rev: v4.3.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.6.0
|
16 |
hooks:
|
17 |
- id: black
|
18 |
language_version: python3
|
|
|
24 |
args: [--py36-plus]
|
25 |
|
26 |
- repo: https://github.com/asottile/pyupgrade
|
27 |
+
rev: v2.37.1
|
28 |
hooks:
|
29 |
- id: pyupgrade
|
30 |
args: [--py36-plus]
|