booplaysgba/.gitlab-ci.yml
2021-11-01 14:36:43 +01:00

14 lines
178 B
YAML

stages:
- lint
image: python:latest
before_script:
- pip install pre-commit
- pre-commit install
flake8:
stage: lint
script:
- pre-commit run flake8 --all-files