diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 381085357b..87461aa967 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/hadialqattan/pycln - rev: v0.0.1-alpha.3 + rev: v0.0.1b0 hooks: - id: pycln args: [--config=pyproject.toml] diff --git a/requirements/dev.txt b/requirements/dev.txt index 1377768fae..ccc64dd36d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,5 +7,5 @@ isort==5.6.4 black==20.8b1 pre-commit==2.7.1 pytype==2020.10.8 -pycln==0.0.1a3 +pycln==0.0.1b0 pyupgrade==2.7.2