Skip to content

Commit

Permalink
readme: update list of used tools (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Nov 22, 2023
1 parent c147793 commit 0fabd25
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/
Expand All @@ -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

0 comments on commit 0fabd25

Please sign in to comment.