Add black to CI/CD (#1)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.deguo.duckdns.org/pavel/argclass/pulls/1
Co-authored-by: Pavel Lutskov <pavel.lutskov@gmail.com>
Co-committed-by: Pavel Lutskov <pavel.lutskov@gmail.com>
This commit is contained in:
2021-09-12 12:09:57 +02:00
parent e2333b8916
commit f93588f4bf
4 changed files with 45 additions and 55 deletions

View File

@@ -12,3 +12,8 @@ steps:
image: python:3.9-slim
commands:
- python test.py
- name: black
image: pyfound/black:21.7b0
commands:
- black --check --diff --quiet .