Skip to content

Commit

Permalink
Update contributing docs to reference ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Apr 24, 2023
1 parent a26d2ea commit 2d078fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/contributing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pip install $(./scripts/precommit-versions.py)
```
</div>

You'll need to run `black`, `autoflake8`, and `isort` before a contribution can be accepted.
You'll need to run `black` and `ruff` before a contribution can be accepted.

After installation, you can run the test suite with `pytest`:

Expand All @@ -52,7 +52,6 @@ After installation, you can run the test suite with `pytest`:
# Run all the tests
pytest tests


# Run a subset of tests
pytest tests/test_flows.py
```
Expand Down

0 comments on commit 2d078fe

Please sign in to comment.