Skip to content

Commit 91ffdf9

Browse files
committed
Consistent quote usage.
1 parent 914a989 commit 91ffdf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pep8.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class PEP8(PythonLinter):
5252
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
5353
multiline = True
5454
defaults = {
55-
'--select=,': "",
56-
'--ignore=,': "",
55+
'--select=,': '',
56+
'--ignore=,': '',
5757
'--max-line-length=': None
5858
}
5959
inline_settings = 'max-line-length'

0 commit comments

Comments
 (0)