Skip to content
Snippets Groups Projects
Verified Commit aac80177 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #297: added black formatting check in CI

parent e953468e
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,20 @@ variables: ...@@ -6,10 +6,20 @@ variables:
stages: stages:
- lint
- test - test
- build - build
- deploy - deploy
black:
image: python:3.6
stage: lint
before_script:
- pip install black
script:
- black --check api/
test_api: test_api:
services: services:
- postgres:9.4 - postgres:9.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment