change linter image to black for ci/cd

This commit is contained in:
Luke Robles 2023-12-12 10:58:58 -08:00
parent 6c758297e7
commit f7cc4d0038

View File

@ -21,9 +21,8 @@ steps:
- push
- name: lint-python
image: python:3.10-slim
image: pyfound/black:latest_release
commands:
- pip install -U -q black
- black --fast --check .
trigger:
event: