Skip to content

chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.2.4 #1176

chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.2.4

chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.2.4 #1176

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: poetry
python-version: 3.8
- name: Install Dependencies
run: poetry install
- name: Test with Pytest
run: poetry run pytest