Skip to content
Snippets Groups Projects
Commit 6c2a1fdd authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'feat-lint-tool-config' into 'master'

Add linting tools configuration

See merge request rc/self-reg-form!35
parents 4d5779f7 cd091170
No related branches found
No related tags found
No related merge requests found
[flake8]
count = True
max-line-length = 79
show-source = True
statistics = True
exclude =
.git,
__pycache__,
venv
[tool.black]
line-length = 79
target-version = ['py36']
preview = true
[tool.pylint.main]
disable = ["import-error", "unused-argument", "broad-except"]
[tool.pylint.format]
max-line-length = 79
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