Skip to content

Commit 270b11d

Browse files
authored
Revert "style: drop pycln" (#3466)
* Revert "style: drop pycln (#3397)" This reverts commit 606f81a. * Update .pre-commit-config.yaml
1 parent e450eb6 commit 270b11d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ repos:
6161
hooks:
6262
- id: remove-tabs
6363

64+
# Autoremoves unused imports
65+
- repo: https://github.com/hadialqattan/pycln
66+
rev: v1.1.0
67+
hooks:
68+
- id: pycln
69+
6470
- repo: https://github.com/pre-commit/pygrep-hooks
6571
rev: v1.9.0
6672
hooks:

0 commit comments

Comments
 (0)