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

Update pylint config

parent 6181c29d
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 = ujson
\ No newline at end of file
ignored-modules=pathlib,ujson
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