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:
|
||||
extends: .lint-stage
|
||||
script:
|
||||
- flake8 src tests data
|
||||
- flake8
|
||||
|
||||
# Disabled, waiting for buster
|
||||
#format-check:
|
||||
# extends: .lint-stage
|
||||
# script:
|
||||
# - black {posargs:--check --diff} src tests data
|
||||
# - black --check --diff
|
Loading…
Add table
Reference in a new issue