From 6dfb67ac34c7b261203a2fa3110bceffaa4a3041 Mon Sep 17 00:00:00 2001 From: Zengyf-CVer <41098760+Zengyf-CVer@users.noreply.github.com> Date: Thu, 21 Apr 2022 09:44:52 +0800 Subject: [PATCH] Add yesqa to precommit checks (#7511) * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae61892b68b2..bff7f8a40093 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,11 +52,10 @@ repos: # - mdformat-black # - mdformat_frontmatter - # TODO - #- repo: https://github.com/asottile/yesqa - # rev: v1.2.3 - # hooks: - # - id: yesqa + - repo: https://github.com/asottile/yesqa + rev: v1.3.0 + hooks: + - id: yesqa - repo: https://github.com/PyCQA/flake8 rev: 4.0.1