Skip to content

Update packaging to latest PyPA recommendations #26

Update packaging to latest PyPA recommendations

Update packaging to latest PyPA recommendations #26

Workflow file for this run

name: pre-commit
# from: https://github.com/NSLS-II/scientific-python-cookiecutter/ ... /.github/workflows/pre-commit.yml
on: [pull_request, push, workflow_dispatch]
jobs:
pre-commit:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
extra_args: --all-files