Skip to content

chore(deps-dev): bump black from 22.12.0 to 24.3.0 #14

chore(deps-dev): bump black from 22.12.0 to 24.3.0

chore(deps-dev): bump black from 22.12.0 to 24.3.0 #14

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Run lint
run: |
pip3 install -U poetry==1.3.1
poetry install --no-root
poetry run black --check .
poetry run isort --check .