Skip to content

Commit

Permalink
chore: update explanations about running common tasks like pylint and…
Browse files Browse the repository at this point in the history
… pre-commit (#12571)
  • Loading branch information
amitmiran137 authored Jan 18, 2021
1 parent 4ddb55b commit 377f70b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 377f70b

Please sign in to comment.