Try local rev
This commit is contained in:
parent
bd73820123
commit
bda96b04ce
@ -4,10 +4,13 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.9
|
language_version: python3.9
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: local
|
||||||
rev: 5.10.1
|
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
|
name: isort
|
||||||
|
entry: poetry run isort .
|
||||||
|
language: system
|
||||||
|
types: [python]
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user