CONTRIBUTING.md: instructions to run black/pylint on tests as well since github superlinter does so and fails otherwise

pull/747/head
Maximilian Krueger 4 years ago
parent 7f87546dd9
commit 885287348e
  1. 6
      CONTRIBUTING.md

@ -32,10 +32,10 @@ To run the unit tests, you need
Several linters and security checkers are run on the PRs.
To run them locally:
To run them locally in the root dir of the repository:
- `pylint slither --rconfig pyproject.toml`
- `black slither --config pyproject.toml`
- `pylint slither tests --rcfile pyproject.toml`
- `black . --config pyproject.toml`
We use black `19.10b0`.
### Detectors tests

Loading…
Cancel
Save