mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
linter on all the repo
This commit is contained in:
parent
81bdb33824
commit
4dccab9819
1 changed files with 2 additions and 2 deletions
|
@ -121,10 +121,10 @@ test-regenconf:
|
||||||
lint:
|
lint:
|
||||||
extends: .lint-stage
|
extends: .lint-stage
|
||||||
script:
|
script:
|
||||||
- flake8 src tests data
|
- flake8
|
||||||
|
|
||||||
# Disabled, waiting for buster
|
# Disabled, waiting for buster
|
||||||
#format-check:
|
#format-check:
|
||||||
# extends: .lint-stage
|
# extends: .lint-stage
|
||||||
# script:
|
# script:
|
||||||
# - black {posargs:--check --diff} src tests data
|
# - black --check --diff
|
Loading…
Add table
Reference in a new issue