Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ enable=abstract-class-instantiated,
too-many-star-expressions,
truncated-format-string,
unexpected-keyword-arg,
unexpected-line-ending-format,
unichr-builtin,
unicode-builtin,
unnecessary-pass,
Expand Down Expand Up @@ -398,7 +399,7 @@ indent-string=' '
indent-after-paren=4

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


[BASIC]
Expand Down
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ Chronological list of authors
- Sai Udayagiri
- Apoorva Verma
- Aryaman Chaudhri
- Urvi Tyagi

External code
-------------
Expand Down
Loading