Skip to content
Snippets Groups Projects
.pylintrc 431 B
Newer Older
Christophe Benz's avatar
Christophe Benz committed
[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


Christophe Benz's avatar
Christophe Benz committed
[TYPECHECK]
Christophe Benz's avatar
Christophe Benz committed
ignored-modules=pathlib,ujson