From 2710202f18d8f054ddc9faa048722db878cd3152 Mon Sep 17 00:00:00 2001 From: Hadi Alqattan Date: Sat, 13 Nov 2021 20:59:47 +0300 Subject: [PATCH] chore: reenable Pycln (#918) Since the artificial limit removed for all Python3+ versions. --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eabab8eef..7c7a6b459 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,11 +27,10 @@ repos: # Autoremoves unused imports - repo: https://github.com/hadialqattan/pycln - rev: v1.0.3 + rev: v1.1.0 hooks: - id: pycln args: [--config=pyproject.toml] - stages: [manual] # disabled due to artificial limit on Python 3.10 - repo: https://github.com/PyCQA/isort rev: 5.10.0