mirror of
https://github.com/Reuh/SublimeLinter-contrib-cancheck.git
synced 2025-10-27 04:09:30 +00:00
7 lines
110 B
YAML
Executable file
7 lines
110 B
YAML
Executable file
language: python
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- pip install flake8
|
|
script:
|
|
- flake8 . --max-line-length=120
|