We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e1146 commit 1a9c8a6Copy full SHA for 1a9c8a6
linter.py
@@ -6,5 +6,8 @@ class PYCODESTYLE(PythonLinter):
6
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E\d+)|(?P<warning>W\d+)) (?P<message>.+)'
7
multiline = True
8
defaults = {
9
- 'selector': 'source.python'
+ 'selector': 'source.python',
10
+ '--select=,': '',
11
+ '--ignore=,': '',
12
+ '--max-line-length=': None
13
}
0 commit comments