Skip to content

Bump TimonVS/pr-labeler-action from 4 to 5 #364

Bump TimonVS/pr-labeler-action from 4 to 5

Bump TimonVS/pr-labeler-action from 4 to 5 #364

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: pre-commit/[email protected]