We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f57dc commit 99818daCopy full SHA for 99818da
.travis.yml
@@ -3,5 +3,7 @@ python:
3
- "3.3" # sublime text 3
4
before_install:
5
- pip install mypy
6
+ - pip install flake8
7
script:
- - mypy main.py
8
+ - mypy main.py
9
+ - flake8
README.md
@@ -1,6 +1,6 @@
1
# LSP
2
-[]()
+[](https://travis-ci.org/tomv564/LSP) []()
Universal Language Server support for Sublime Text 3 using the Language Server Protocol.
setup.cfg
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 120
0 commit comments