Skip to content

Commit

Permalink
Replace black with Ruff. Ref #101.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 22, 2023
1 parent 2f79fd2 commit 70370da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The features/techniques employed by the skeleton include:
- tox for running tests
- A README.rst as reStructuredText with some popular badges, but with Read the Docs badges commented out
- A CHANGES.rst file intended for publishing release notes about the project
- Use of [Black](https://black.readthedocs.io/en/stable/) for consistent style
- Use of [Ruff](https://github.com/astral-sh/ruff) for linting and formatting
- Integrated type checking through [mypy](https://github.com/python/mypy/)
- Dependabot enabled to enable supply chain security
- Use of [diff-cover](https://pypi.org/project/diff-cover) to encourage test coverage
Expand Down

0 comments on commit 70370da

Please sign in to comment.