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
logilab-common
Commits
26de8110d979
Commit
7f77fed2
authored
Jul 28, 2021
by
Simon Chabot
Browse files
ci: add black check
parent
823dfc0d719f
Pipeline
#71924
failed with stages
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26de8110
...
...
@@ -10,6 +10,7 @@ include:
ref
:
"
branch/default"
file
:
-
"
templates/no-duplicated-ci-pipelines.yml"
# use workflow to avoid duplicated pipelines
-
"
templates/lint/black.yml"
# will do the equivalent of 'tox -e black'
-
"
templates/lint/flake8.yml"
# will do the equivalent of 'tox -e flake8'
-
"
templates/lint/mypy.yml"
# will do the equivalent of 'tox -e mypy'
-
"
templates/lint/check-manifest.yml"
# will do the equivalent of 'tox -e check-manifest'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment