diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a57fbf31a..1ab629dfb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: )$ - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v1.5.0 hooks: - id: pycln args: [--config=pyproject.toml] diff --git a/requirements-dev.txt b/requirements-dev.txt index dd66c9c565..bffe304df4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ pep8-naming pycodestyle pyflakes black>=22.12 -isort>=5.1, <6 +isort>=5.1 ruff pytype>=2020.6.1; platform_system != "Windows" types-setuptools