-
Notifications
You must be signed in to change notification settings - Fork 6
Contributing
Matej Straka edited this page Dec 23, 2024
·
1 revision
We welcome anyone to contribute 🤗.
If you want to submit a pull request, please run pre-commit checks first via make pc
in the root directory.
The command is specified in the Makefile
.
It checks for:
- conventional commits
mypy
ruff
- executes some unit tests that should pass
- and some other stuff.