Skip to content
Merged
Changes from 1 commit
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
Next Next commit
allow certain short variable names
  • Loading branch information
awordforthat committed Apr 24, 2023
commit 254dafe567ca9bf077d1abd3de737026a2f99491
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ indent-after-paren=4
# tab).
indent-string=' '

# Names that are allowed even though they violate standard naming conventions.
good-names=cs

# Maximum number of characters on a single line.
max-line-length=100

Expand Down