Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 550 Bytes

PyBankID

Pull requests are welcome! They should target the develop branch.

Development

Dependencies needed for development can be installed through pip:

pip install -r requirements-dev.txt

Testing

The PyBankID solution can be tested with pytest:

pytest

Type checking

PyBankID is annotated with types and mypy is used as type-checker. All contributions should include type annotations.

mypy