mirror of
https://github.com/apache/superset.git
synced 2026-04-08 19:05:46 +00:00
chore: add pylint to pre-commit hook (#28137)
This commit is contained in:
committed by
GitHub
parent
2d63722150
commit
7b40b6426c
4
.github/workflows/superset-python-misc.yml
vendored
4
.github/workflows/superset-python-misc.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user