зеркало из https://github.com/nextcloud/appstore.git
hide bandit config
This commit is contained in:
Родитель
ca4261e6a1
Коммит
5965389627
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lint:
|
|||
$(pycodestyle) $(CURDIR)/nextcloudappstore --exclude=migrations
|
||||
$(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/api/v1/release
|
||||
$(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/core/certificate
|
||||
$(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/.bandit.yaml
|
||||
$(bandit) -r $(CURDIR)/nextcloudappstore -c $(CURDIR)/.bandit.yml
|
||||
|
||||
.PHONY: test
|
||||
test: lint
|
||||
|
|
Загрузка…
Ссылка в новой задаче