Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 2.43 KB

README.md

File metadata and controls

30 lines (19 loc) · 2.43 KB

contributor-covenant github-license github-release


An Example Project for Testing Purposes

Development

Linting

The project is configured to use black, isort and ruff for linting. These tools may be manually run as below:

black --preview ./src
isort ./src
ruff check ./src