Skip to content

Commit

Permalink
feat: improve pylint style (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
  • Loading branch information
0xMRTT committed Aug 31, 2022
2 parents 0bb0e69 + 7a8525b commit 833414d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
[VARIABLES]
additional-builtins=_

[FORMAT]

# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '

# Number of spaces of indent required inside a hanging or continued line.
indent-after-paren=4

# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
expected-line-ending-format=

0 comments on commit 833414d

Please sign in to comment.