chore: add pylint to pre-commit hook (#28137)

This commit is contained in:
Maxime Beauchemin
2024-04-25 07:58:44 -07:00
committed by GitHub
parent 2d63722150
commit 7b40b6426c
3 changed files with 17 additions and 7 deletions

View File

@@ -31,10 +31,6 @@ jobs:
- name: Setup Python
uses: ./.github/actions/setup-backend/
if: steps.check.outputs.python
- name: pylint
if: steps.check.outputs.python
# `-j 0` run Pylint in parallel
run: pylint -j 0 superset
babel-extract:
runs-on: ubuntu-20.04