Skip to content

fix: remove category-specific numbering of problems (#1012) #1995

fix: remove category-specific numbering of problems (#1012)

fix: remove category-specific numbering of problems (#1012) #1995

Workflow file for this run

name: Linters
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]