Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 232 Bytes

File metadata and controls

19 lines (11 loc) · 232 Bytes

Development Guidelines

Pre-commit Checklist

Before committing, run the following commands:

  1. black .
  2. flake8
  3. pytest

Contributor Guidelines

Environment Setup

Use Python 3.11+.

Testing

Run pytest