1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 07:06:42 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Anson Biggs 2020-01-20 21:32:52 +00:00
parent e69ad7d983
commit 90979c76f8

View File

@ -12,7 +12,7 @@ black:
- pip install -U black==19.10b0
script:
- black .
- black --check .
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference