Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
gitlab-ci-templates
6dd2c9e510a3fd166eaa23e2b985a2dceeb8bb09
6dd2c9e510a3fd166eaa23e2b985a2dceeb8bb09
Switch branch/tag
gitlab-ci-templates
templates
lint
flake8.yml
Find file
Normal view
History
Permalink
flake8.yml
89 Bytes
Newer
Older
feat: add templates for linting tools
Laurent Peuch
committed
Apr 27, 2021
1
2
3
4
5
6
---
flake8
:
before_script
:
-
pip install tox
stage
:
lint
script
:
tox -e flake8