Skip to content

improve package management and some cleaning #1931

improve package management and some cleaning

improve package management and some cleaning #1931

Workflow file for this run

name: Pre-commit 🔦
on:
pull_request:
branches: [ master ]
jobs:
pre-commit:
if: ${{ !startsWith(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-pre-commit
cancel-in-progress: ${{github.event_name == 'pull_request'}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.1