Zengyf-CVer
commited on
Add yesqa to precommit checks (#7511)
Browse files* Update .pre-commit-config.yaml
* Update .pre-commit-config.yaml
- .pre-commit-config.yaml +4 -5
.pre-commit-config.yaml
CHANGED
@@ -52,11 +52,10 @@ repos:
|
|
52 |
# - mdformat-black
|
53 |
# - mdformat_frontmatter
|
54 |
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
# - id: yesqa
|
60 |
|
61 |
- repo: https://github.com/PyCQA/flake8
|
62 |
rev: 4.0.1
|
|
|
52 |
# - mdformat-black
|
53 |
# - mdformat_frontmatter
|
54 |
|
55 |
+
- repo: https://github.com/asottile/yesqa
|
56 |
+
rev: v1.3.0
|
57 |
+
hooks:
|
58 |
+
- id: yesqa
|
|
|
59 |
|
60 |
- repo: https://github.com/PyCQA/flake8
|
61 |
rev: 4.0.1
|