Skip to content
Snippets Groups Projects
Verified Commit f9165024 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH WIP: Makefile with more checks.

parent f8574222
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!33F json schema datamodel
Pipeline #19514 canceled
......@@ -34,3 +34,12 @@ install:
unittest:
pytest-3 unittests
style:
pycodestyle --count src unittests
autopep8 -ar --diff --exit-code --exclude swagger_client .
.PHONY: style
lint:
pylint --unsafe-load-any-extension=y -d all -e E,F --ignore=swagger_client src/caosadvancedtools
.PHONY: lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment