Skip to content

CI: only run pylint in CI #49526

Closed
Closed
@MarcoGorelli

Description

@MarcoGorelli

pylint is helping unearth some issues, but it's quite slow, especially for local development

as brought up on Slack by @jorisvandenbossche , let's just run it in CI instead

Task would be:

  1. in

- repo: https://github.com/pycqa/pylint
rev: v2.15.5
hooks:
- id: pylint

add

        language: system
        pass_filenames: false
        stages: [manual]
  1. modify the name of
    - name: Typing
    uses: pre-commit/[email protected]
    with:
    extra_args: --hook-stage manual --all-files
    if: ${{ steps.build.outcome == 'success' && always() }}
    to "Typing + pylint"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions