You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@ Just like `poetry new` but better.
17
17
## Features
18
18
19
19
- Always [`up-to-date`](https://github.com/wemake-services/wemake-python-package/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot) dependencies with the help of [`@dependabot`](https://dependabot.com/)
20
-
- Supports latest `python3.8+`
20
+
- Supports latest `python3.10+`
21
21
-[`poetry`](https://github.com/python-poetry/poetry) for managing dependencies
22
22
-[`mypy`](https://mypy.readthedocs.io) for optional static typing
23
23
-[`pytest`](https://github.com/pytest-dev/pytest) for testing
24
-
-[`flake8`](https://github.com/PyCQA/flake8) and [`wemake-python-styleguide`](https://github.com/wemake-services/wemake-python-styleguide) for linting
24
+
-[`ruff`](https://github.com/astral-sh/ruff) and [`wemake-python-styleguide`](https://github.com/wemake-services/wemake-python-styleguide) for linting
25
+
-[`pre-commit` CI](https://pre-commit.ci) with autofixes for your PRs
25
26
-[`Github Actions`](https://docs.github.com/en/actions) as the default CI
26
27
-[`sphinx`](http://www.sphinx-doc.org/en/master/) and [`readthedocs.org`](https://readthedocs.org/) for documentation
27
28
- Easy update process, so your template will always be up-to-date
0 commit comments