Add yesqa to precommit checks (#7511)
* Update .pre-commit-config.yaml * Update .pre-commit-config.yaml
This commit is contained in:
parent
918d7b2b3f
commit
6ea81bb3a9
|
|
@ -52,11 +52,10 @@ repos:
|
||||||
# - mdformat-black
|
# - mdformat-black
|
||||||
# - mdformat_frontmatter
|
# - mdformat_frontmatter
|
||||||
|
|
||||||
# TODO
|
- repo: https://github.com/asottile/yesqa
|
||||||
#- repo: https://github.com/asottile/yesqa
|
rev: v1.3.0
|
||||||
# rev: v1.2.3
|
hooks:
|
||||||
# hooks:
|
- id: yesqa
|
||||||
# - id: yesqa
|
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 4.0.1
|
rev: 4.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue