Skip to content
Snippets Groups Projects
Commit bad2988d authored by David Trattnig's avatar David Trattnig
Browse files

Style: Lint Docstrings, disabled for now #111

parent a828ba65
No related branches found
No related tags found
No related merge requests found
[flake8]
max-line-length = 99
exclude = python, run.py
ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802
docstring-convention=google
exclude = python, run.py, tests/*
ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802,D
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