Skip to content

Switch from black/pylint/isort to ruff & move to Python 3.9 #642

Switch from black/pylint/isort to ruff & move to Python 3.9

Switch from black/pylint/isort to ruff & move to Python 3.9 #642

Workflow file for this run

---
name: Pre-commit hooks
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]