Skip to content

pip prod(deps): bump tft-cli from 0.0.16 to 0.0.17 #428

pip prod(deps): bump tft-cli from 0.0.16 to 0.0.17

pip prod(deps): bump tft-cli from 0.0.16 to 0.0.17 #428

name: "Check Python with black"
# See https://black.readthedocs.io/en/stable/integrations/github_actions.html
on: [push, pull_request]
jobs:
check-python-with-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose --color"