Closed
Description
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:
- in
pandas/.pre-commit-config.yaml
Lines 62 to 65 in 57d8d3a
add
language: system
pass_filenames: false
stages: [manual]
- modify the name of
pandas/.github/workflows/code-checks.yml
Lines 89 to 93 in e02133c