Skip to content

Removes info.py and setup.py file. #38

Removes info.py and setup.py file.

Removes info.py and setup.py file. #38

Workflow file for this run

---
name: Run pre-commit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3
- uses: pre-commit/action@v3.0.0