Zengyf-CVer commited on
Commit
6ea81bb
·
unverified ·
1 Parent(s): 918d7b2

Add yesqa to precommit checks (#7511)

Browse files

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

Files changed (1) hide show
  1. .pre-commit-config.yaml +4 -5
.pre-commit-config.yaml CHANGED
@@ -52,11 +52,10 @@ repos:
52
  # - mdformat-black
53
  # - mdformat_frontmatter
54
 
55
- # TODO
56
- #- repo: https://github.com/asottile/yesqa
57
- # rev: v1.2.3
58
- # hooks:
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