Skip to content

chore: Update pyproject.toml to be compatible with Poetry 2.x #316

chore: Update pyproject.toml to be compatible with Poetry 2.x

chore: Update pyproject.toml to be compatible with Poetry 2.x #316

Workflow file for this run

---
name: "checks"
"on":
pull_request:
branches:
- "main"
jobs:
pre-commit:
uses: broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.5.0
linting:
uses: broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.5.0
with:
ruff_version: '0.8.6'
use_pylama: false
use_ruff: true
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/python-unit-test.yaml@v2.5.0
with:
python_package_name: pysudoers
run_coverage: false
test_runner: pytest