Skip to content

build(deps-dev): bump ruff from 0.8.0 to 0.8.1 #337

build(deps-dev): bump ruff from 0.8.0 to 0.8.1

build(deps-dev): bump ruff from 0.8.0 to 0.8.1 #337

Workflow file for this run

---
name: Tox
"on":
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_COLOR: 1
PY_COLORS: 1
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Run Tox
run: poetry run tox