Skip to content

split the main_parser in 2 methods, one returning the parser itself a… #12

split the main_parser in 2 methods, one returning the parser itself a…

split the main_parser in 2 methods, one returning the parser itself a… #12

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
with:
args: --all-files