.pylintrc 271 Bytes
Newer Older
jerrrrry's avatar
jerrrrry committed
1
2
3
4
5
6
7
8
9
10
11
12
13
[MAIN]
ignore-paths=tests
max-line-length=100

[MESSAGES CONTROL]
disable=all

enable=C0115,C0116,W0611,C0301,E0606
# C0115: missing-class-docstring
# C0116: missing-function-docstring
# W0611: unused-import
# C0301: line-too-long
# E0606: possibly-used-before-assignment