Skip to content

Update black in pyproject.toml from ^22.1.0 to ^24.8.0 #103

Update black in pyproject.toml from ^22.1.0 to ^24.8.0

Update black in pyproject.toml from ^22.1.0 to ^24.8.0 #103

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
./scripts/install
- name: Check formatting and test
run: |
./scripts/pre-commit