fixed import sorting error
parent
27af0c0d5b
commit
979c09d8c0
|
@ -1,13 +1,12 @@
|
|||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
sha: e626cd57090d8df0be21e4df0f4e55cc3511d6ab
|
||||
sha: ea227f024bd89d638aea319c92806737e3375979
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: flake8
|
||||
args:
|
||||
- --max-line-length=160
|
||||
- id: check-merge-conflict
|
||||
|
||||
- repo: https://github.com/FalconSocial/pre-commit-python-sorter
|
||||
sha: 1.0.4
|
||||
hooks:
|
||||
- id: python-import-sorter
|
||||
- repo: https://github.com/FalconSocial/pre-commit-python-sorter
|
||||
sha: b57843b0b874df1d16eb0bef00b868792cb245c2
|
||||
hooks:
|
||||
- id: python-import-sorter
|
||||
|
|
Loading…
Reference in New Issue