Skip to content
Snippets Groups Projects
Commit 00232cdb authored by Christophe Benz's avatar Christophe Benz
Browse files

Update pylint config

parent f580efe0
No related branches found
No related tags found
No related merge requests found
[FORMAT]
max-line-length=120
[MESSAGES CONTROL]
# Keep default VSCode settings while having a .pylintrc file.
# See https://code.visualstudio.com/docs/python/linting#_default-pylint-rules
disable=all
enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode
[TYPECHECK]
ignored-modules = lxml.etree, ujson
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment