From 8c1c2271e9ff15ad89860c82394ce024b50f9f7c Mon Sep 17 00:00:00 2001 From: Kirill Druzhinin Date: Wed, 28 Feb 2024 16:18:06 +0100 Subject: [PATCH] Fix lint --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a6f8c0..d3c92a4 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ pdm run tox -e lint `dbt_score` uses: -* [pytest](https://docs.pytest.org/) as a main test framework. -* [coverage](https://coverage.readthedocs.io/en/latest/index.html) for test coverage. -* [tox](https://tox.wiki/en/latest/) for testing against multiple Python versions. +- [pytest](https://docs.pytest.org/) as a main test framework. +- [coverage](https://coverage.readthedocs.io/en/latest/index.html) for test coverage. +- [tox](https://tox.wiki/en/latest/) for testing against multiple Python versions. Cheatsheet: