We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914a989 commit 91ffdf9Copy full SHA for 91ffdf9
1 file changed
pep8.py
@@ -52,8 +52,8 @@ class PEP8(PythonLinter):
52
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
53
multiline = True
54
defaults = {
55
- '--select=,': "",
56
- '--ignore=,': "",
+ '--select=,': '',
+ '--ignore=,': '',
57
'--max-line-length=': None
58
}
59
inline_settings = 'max-line-length'
0 commit comments