diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb21a776..053b2fb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: "22.1.0" + rev: "22.3.0" hooks: - id: black args: @@ -42,10 +42,11 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/hadialqattan/pycln - rev: v1.1.0 + rev: v1.2.5 hooks: - id: pycln args: [--config=pyproject.toml] + stages: [manual] - repo: https://github.com/asottile/yesqa rev: v1.3.0