diff --git a/README.rst b/README.rst index 79e564d..f2280e5 100644 --- a/README.rst +++ b/README.rst @@ -20,19 +20,17 @@ Features .. features-begin - Test automation with Nox_ -- Linting with pre-commit_, Flake8_ and pylint +- Linting with pre-commit_ and ruff_ - Continuous integration with `GitHub Actions`_ - Documentation with Sphinx_ and `Read the Docs`_ using the furo_ theme - Automated uploads to PyPI_ - Automated dependency updates with Dependabot_ -- Code formatting with Black_ -- Import sorting with isort_ - Testing with pytest_ - Code coverage with Coverage.py_ - Coverage reporting with Codecov_ - Static type-checking with mypy_ - Automated Python syntax upgrades with pyupgrade_ -- Security audit with Bandit_ and Safety_ +- Security audit with Safety_ - setuptools as backend, build as frontend The template supports Python 3.8, 3.9, 3.10 and 3.11. @@ -41,15 +39,11 @@ The template supports Python 3.8, 3.9, 3.10 and 3.11. .. references-begin -.. _Bandit: https://github.com/PyCQA/bandit -.. _Black: https://github.com/psf/black .. _Codecov: https://codecov.io/ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _Coverage.py: https://coverage.readthedocs.io/ .. _Dependabot: https://dependabot.com/ -.. _Flake8: http://flake8.pycqa.org .. _GitHub Actions: https://github.com/features/actions -.. _isort: https://pycqa.github.io/isort/ .. _Nox: https://nox.thea.codes/ .. _PyPI: https://pypi.org/ .. _Read the Docs: https://readthedocs.org/ @@ -58,5 +52,6 @@ The template supports Python 3.8, 3.9, 3.10 and 3.11. .. _pre-commit: https://pre-commit.com/ .. _pytest: https://docs.pytest.org/en/latest/ .. _pyupgrade: https://github.com/asottile/pyupgrade +.. _ruff: https://github.com/astral-sh/ruff .. references-end