@@ -14,11 +14,7 @@ A template for new Python projects, with:
1414* [ pytest] [ pytest ]
1515* [ pre-commit] [ pre-commit ]
1616* [ mypy] [ mypy ]
17- * [ black] [ black ]
18- * [ flake8] [ flake8 ] (with [ bugbear] [ flake8-bugbear ] , [ simplify] [ flake8-simplify ] ,
19- and [ pep8-naming] [ pep8-naming ] )
20- * [ autoflake] [ autoflake ]
21- * [ pyupgrade] [ pyupgrade ]
17+ * [ ruff] [ ruff ]
2218* [ bandit] [ bandit ]
2319* [ cruft] [ cruft ]
2420* GitHub Actions support
@@ -66,26 +62,20 @@ cookiecutter https://github.com/smkent/cookie-python
6662* Update test expected output files from test results:
6763 ` poetry run poe updatetests `
6864
69- [ autoflake ] : https://github.com/PyCQA/autoflake
7065[ bandit ] : https://github.com/PyCQA/bandit
71- [ black ] : https://github.com/psf/black
7266[ codecov ] : https://codecov.io/gh/smkent/cookie-python
7367[ codecovio ] : https://codecov.io
7468[ cookiecutter ] : https://github.com/cookiecutter/cookiecutter
7569[ cruft ] : https://github.com/cruft/cruft
76- [ flake8-bugbear ] : https://github.com/PyCQA/flake8-bugbear
77- [ flake8-simplify ] : https://github.com/MartinThoma/flake8-simplify
78- [ flake8 ] : https://github.com/pycqa/flake8
7970[ gh-actions ] : https://github.com/smkent/cookie-python/actions?query=branch%3Amain
8071[ logo ] : https://raw.github.com/smkent/cookie-python/main/img/cookie-python.png
8172[ mypy ] : https://github.com/python/mypy
82- [ pep8-naming ] : https://github.com/PyCQA/pep8-naming
8373[ pipx ] : https://pypa.github.io/pipx/
8474[ poetry-dynamic-versioning ] : https://github.com/mtkennerly/poetry-dynamic-versioning
8575[ poetry-installation ] : https://python-poetry.org/docs/#installation
8676[ poetry ] : https://python-poetry.org/
8777[ pre-commit ] : https://pre-commit.com/
8878[ pypi ] : https://pypi.org/project/cookie-python/
8979[ pytest ] : https://docs.pytest.org
90- [ pyupgrade ] : https://github.com/asottile/pyupgrade
9180[ repo ] : https://github.com/smkent/cookie-python
81+ [ ruff ] : https://github.com/astral-sh/ruff
0 commit comments