Skip to content

Commit

Permalink
updated development instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
volfpeter committed Aug 4, 2023
1 parent 771086f commit db80039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The project depends on `motor` (the official asyncio MongoDB driver, which is bu

## Development

Use `black` for code formatting, `mypy` for static code analysis, and `ruff` for linting.
Use `black` for code formatting, `mypy` for static code analysis, `ruff` for linting, and `pytest` (with `pytest-asyncio` and `pytest-docker`) an for testing.

The documentation is built with `mkdocs-material` and `mkdocstrings`.

Expand Down

0 comments on commit db80039

Please sign in to comment.