Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit f4c633d

Browse files
authored
feat: improve pylint style
Signed-off-by: 0xMRTT <[email protected]>
1 parent c8f7920 commit f4c633d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pylintrc

+12
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
[VARIABLES]
22
additional-builtins=_
3+
4+
[FORMAT]
5+
6+
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
7+
# tab).
8+
indent-string=' '
9+
10+
# Number of spaces of indent required inside a hanging or continued line.
11+
indent-after-paren=4
12+
13+
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
14+
expected-line-ending-format=

0 commit comments

Comments
 (0)