mirror of https://github.com/scrapy/scrapy.git
added isort to pre-commit-config
This commit is contained in:
parent
a5c1ef8276
commit
7f01e1f0ce
|
|
@ -17,3 +17,7 @@ repos:
|
|||
rev: 22.12.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.11.3
|
||||
hooks:
|
||||
- id: isort
|
||||
|
|
|
|||
Loading…
Reference in New Issue