Skip to content

Commit

Permalink
pylintrc: Wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrabovsky committed Aug 29, 2023
1 parent 0efc4d7 commit d788ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ score=no
[VARIABLES]
# Do not check for unused imports in __init__ files.
init-import=no
# A regular expression matching the beginning of the name of dummy/unused variables.
# A regular expression matching the beginning of the name of
# dummy/unused variables.
dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)

[STRING]
check-quote-consistency=yes
check-quote-consistency=yes

0 comments on commit d788ab5

Please sign in to comment.