Skip to content

Bump black from 22.3.0 to 24.3.0 #119

Bump black from 22.3.0 to 24.3.0

Bump black from 22.3.0 to 24.3.0 #119

Workflow file for this run

name: "[Repo CI] Python Code"
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8.15'
- name: Initial setup
shell: bash -l {0}
run: make init-dev
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}