Skip to content

Commit

Permalink
Merge pull request #68 from kaste/fix-inline-settings
Browse files Browse the repository at this point in the history
Fix inline settings
  • Loading branch information
kaste authored Dec 18, 2017
2 parents 1bcf12a + c712078 commit a8caaeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class PythonLinter(Linter):
Supposed to work for other python linters as well. But not yet.
"""

comment_re = r'\s*#'

@classmethod
@lru_cache(maxsize=None)
def can_lint(cls, syntax):
Expand Down

0 comments on commit a8caaeb

Please sign in to comment.