Skip to content

build(deps-dev): bump pycparser in /ytm in the all group #18

build(deps-dev): bump pycparser in /ytm in the all group

build(deps-dev): bump pycparser in /ytm in the all group #18

Workflow file for this run

name: CI
on: push
permissions: { }
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: super-linter/super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
# TODO: Enable mypy when per-directory configuration is supported.
# https://github.com/python/mypy/issues/16070
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: false