Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
druzhinin-kirill committed Feb 28, 2024
1 parent feeb744 commit 8c1c227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8c1c227

Please sign in to comment.