Skip to content

Commit adb9949

Browse files
committed
📝 Update README with features
1 parent cc6e4db commit adb9949

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ This template provides a comprehensive set of tools to streamline your Python de
2929
- Performance benchmarking with [pytest-benchmark](https://pytest-benchmark.readthedocs.io/)
3030
- Additional pytest plugins for a better testing experience
3131
- Code formatting with [Black](https://black.readthedocs.io/) or [Ruff formatter](https://docs.astral.sh/ruff/formatter/)
32+
- Markdown formatting with [Mdformat](https://mdformat.readthedocs.io/)
3233
- Comprehensive linting with [Ruff](https://docs.astral.sh/ruff/)
34+
- Replaces Flake8, isort, pyupgrade, yesqa, pycln, and dozens of plugins
3335
- Static type checking with [MyPy](https://mypy-lang.org/)
3436

3537
### CI/CD Integration
3638

3739
- Git hooks via [pre-commit](https://pre-commit.com/) with many hooks pre-configured
38-
- Ready-to-use [GitHub workflows](https://docs.github.com/en/actions/writing-workflows)
40+
- Test automation with [GitHub Actions](https://docs.github.com/en/actions)
41+
- Automated dependency updates with [Dependabot](https://docs.github.com/en/code-security/dependabot)
3942

4043
### Configuration Files
4144

0 commit comments

Comments
 (0)