Skip to content

ci/lint: convert lints to pre-commit & Ruff #131

ci/lint: convert lints to pre-commit & Ruff

ci/lint: convert lints to pre-commit & Ruff #131

Workflow file for this run

name: pre-commit checks
on: [pull_request, push]
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- run: pip install safety
- uses: pre-commit/action@v3.0.1