mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Revert "style: drop pycln" (#3466)
* Revert "style: drop pycln (#3397)"
This reverts commit 606f81a966
.
* Update .pre-commit-config.yaml
This commit is contained in:
parent
e450eb62c2
commit
270b11d502
@ -61,6 +61,12 @@ repos:
|
||||
hooks:
|
||||
- id: remove-tabs
|
||||
|
||||
# Autoremoves unused imports
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: v1.1.0
|
||||
hooks:
|
||||
- id: pycln
|
||||
|
||||
- repo: https://github.com/pre-commit/pygrep-hooks
|
||||
rev: v1.9.0
|
||||
hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user