Skip to content

Commit bfe6ec1

Browse files
committed
make .pylintrc disable multiline
1 parent fbc0586 commit bfe6ec1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.pylintrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ disable = unused-argument
44
ignore-patterns=(.)*_test\.py,test_(.)*\.py
55

66
[MESSAGES CONTROL]
7-
disable=too-few-public-methods,broad-exception-caught,missing-function-docstring,missing-module-docstring,missing-class-docstring,wrong-import-order,import-outside-toplevel
7+
disable =
8+
too-few-public-methods,
9+
broad-exception-caught,
10+
missing-function-docstring,
11+
missing-module-docstring,
12+
missing-class-docstring,
13+
wrong-import-order,
14+
import-outside-toplevel

0 commit comments

Comments
 (0)