moved coretk under daemon/core/gui
This commit is contained in:
parent
f13c62a1c9
commit
0b5c94778c
118 changed files with 505 additions and 432 deletions
|
@ -21,24 +21,3 @@ repos:
|
|||
language: system
|
||||
entry: bash -c 'cd daemon && pipenv run flake8'
|
||||
types: [python]
|
||||
|
||||
- id: isort-tk
|
||||
name: coretk-isort
|
||||
stages: [commit]
|
||||
language: system
|
||||
entry: bash -c 'cd coretk && pipenv run isort --atomic -y'
|
||||
types: [python]
|
||||
|
||||
- id: black-tk
|
||||
name: coretk-black
|
||||
stages: [commit]
|
||||
language: system
|
||||
entry: bash -c 'cd coretk && pipenv run black .'
|
||||
types: [python]
|
||||
|
||||
- id: flake8-tk
|
||||
name: coretk-flake8
|
||||
stages: [commit]
|
||||
language: system
|
||||
entry: bash -c 'cd coretk && pipenv run flake8'
|
||||
types: [python]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue