Skip to content

fix: squash all requirement handling bugs #3119

fix: squash all requirement handling bugs

fix: squash all requirement handling bugs #3119

Workflow file for this run

name: Code linting
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/action@v3.0.1