kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Ignore migrations in linting
rodzic
8636b456a8
commit
7707636150
|
@ -20,7 +20,7 @@ black:
|
||||||
before_script:
|
before_script:
|
||||||
- pip install black
|
- pip install black
|
||||||
script:
|
script:
|
||||||
- black --check --diff api/
|
- black --exclude "/(\.git|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist|migrations)/" --check --diff api/
|
||||||
|
|
||||||
flake8:
|
flake8:
|
||||||
image: python:3.6
|
image: python:3.6
|
||||||
|
|
Ładowanie…
Reference in New Issue