Skip to content

Commit

Permalink
Update testing docs to reflect ruff over black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 20, 2024
1 parent 70370da commit 3e317f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ The skeleton assumes the developer has [tox](https://pypi.org/project/tox) insta

The test suite is configured not only to run the project's tests as discovered by pytest, but also includes several plugins to perform other checks:

- `pytest-ruff` performs lint checks using [ruff](https://github.com/astral-sh/ruff)
- `pytest-black` checks that the style conforms to [black](https://pypi.org/project/black/)
- `pytest-ruff` performs lint and formatting checks using [ruff](https://github.com/astral-sh/ruff)
- `pytest-mypy` performs type checks using [mypy](https://github.com/python/mypy)
- `pytest-checkdocs` ensures that the README renders without errors
- `pytest-cov` reports the coverage of the project
Expand Down

0 comments on commit 3e317f4

Please sign in to comment.