1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-06-13 20:02:26 -04:00

9 Commits

Author SHA1 Message Date
e08039431e Update pyproject for README.rst -> md
Updated the pyproject.toml to reflect the name change of
README.rst -> README.md
2025-01-24 16:43:52 -05:00
e332d7c9d0 some cleanup 2025-01-10 17:09:42 -05:00
3ee422b5c9 update to py 3.10 2025-01-07 10:50:22 -05:00
72d068c0b8 Changed to ruff
This patch changes to the ruff linter.  SO MUCH quicker.
Removed grey and mypy as well.
2024-12-20 22:00:54 -05:00
a5dc322066 Removed invalid pyproject classifier 2024-09-23 17:09:43 -04:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00
f15974131c Eliminate need for PBR
This patch also removes the setup.cfg and replaces it with
the pyproject.toml.

This also renames the dev-requirements.txt to requirements-dev.txt

To install dev
pip install -e ".[dev]"
2024-05-18 11:19:07 -04:00
e175f77347 Use Gray instead of Black for code formatting.
The Black code formatter sucks with respect to function
declarations with a lot of params.  Completely unreadable.
2021-08-23 13:32:09 -04:00
231c15b1af Lots of fixes 2021-01-08 20:58:18 -05:00