Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 507 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 507 Bytes

CONTRIBUTING

Code contributions are welcomed and appreciated. Just submit a PR!

The current build environment uses pre-commit, and hatch.

Environment setup:

pip install hatch
git clone [email protected]:afourney/aprstastic.git
cd aprstastic
pre-commit install

# Optionally run the pre-commit scripts at any time
pre-commit run --all-files

Running and testing:

From the aprstastic directory:

hatch shell

# Running
python -m aprstastic


# Testing
hatch test