mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: update explanations about running common tasks like pylint and pre-commit (#12571)
This commit is contained in:
@@ -515,13 +515,19 @@ pip3 install -r requirements/integration.txt
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
Alternatively it possible to run pre-commit via tox:
|
||||
|
||||
```bash
|
||||
tox -e pre-commit
|
||||
```
|
||||
|
||||
## Linting
|
||||
|
||||
Lint the project with:
|
||||
|
||||
```bash
|
||||
# for python
|
||||
tox -e flake8
|
||||
tox -e pylint
|
||||
|
||||
# for frontend
|
||||
cd superset-frontend
|
||||
|
||||
Reference in New Issue
Block a user