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

MAINT: Increasing linting threshold.

parent f9c98d66
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!102ENH: XLSX reader
Pipeline #50550 passed
...@@ -41,5 +41,5 @@ style: ...@@ -41,5 +41,5 @@ style:
.PHONY: style .PHONY: style
lint: lint:
pylint --unsafe-load-any-extension=y --fail-under=9.69 -d R,C --ignore=swagger_client src/caosadvancedtools pylint --unsafe-load-any-extension=y --fail-under=9.72 -d R,C --ignore=swagger_client src/caosadvancedtools
.PHONY: lint .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