language: "python"
python:
    - "3.8"
install:
    - pip install flake8
script:
    - flake8 --max-line-length=100 .
    - python tests/syntax_lint.py