From 70370da731b5c6834fbda1184298871a38570b55 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 22 Dec 2023 18:31:47 -0500 Subject: [PATCH] Replace black with Ruff. Ref jaraco/skeleton#101. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index b3816ed3..2db2bc35 100644 --- a/index.md +++ b/index.md @@ -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