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

WIP: Pylint may now have a score of 9.59 or better.

parent f7c7a4f1
No related branches found
No related tags found
1 merge request!100WIP: Filling XLSX: Seems to be working.
Pipeline #49435 passed with warnings
......@@ -41,5 +41,5 @@ style:
.PHONY: style
lint:
pylint --unsafe-load-any-extension=y -d R,C --ignore=swagger_client src/caosadvancedtools
pylint --unsafe-load-any-extension=y --fail-under=9.59 -d R,C --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