Skip to content

Commit 2a2daf7

Browse files
CI: only run pylint in CI (pandas-dev#49538)
* Modify precommit config yaml and change name of typing step to Typing + pylint. * undo language: system Co-authored-by: Sudhansu <[email protected]> Co-authored-by: MarcoGorelli <>
1 parent 16645fe commit 2a2daf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
8787
if: ${{ steps.build.outcome == 'success' && always() }}
8888

89-
- name: Typing
89+
- name: Typing + pylint
9090
uses: pre-commit/[email protected]
9191
with:
9292
extra_args: --hook-stage manual --all-files

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ repos:
6363
rev: v2.15.5
6464
hooks:
6565
- id: pylint
66+
stages: [manual]
6667
- repo: https://github.com/PyCQA/isort
6768
rev: 5.10.1
6869
hooks:

0 commit comments

Comments
 (0)