Skip to content
Snippets Groups Projects
Commit 11763e96 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: amend config to support pycodestyle

parent 7216fc27
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
......@@ -16,6 +16,9 @@ commands = caosdb-crawler --help
[flake8]
max-line-length = 100
[pycodestyle]
max-line-length = 100
[pytest]
testpaths = unittests
xfail_strict = True
\ No newline at end of file
xfail_strict = True
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