1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-07-30 22:04:26 -04:00

Changed README.rst -> README.md

This commit is contained in:
2025-01-03 12:29:31 -05:00
parent 72d068c0b8
commit b1a830d54e
4 changed files with 336 additions and 287 deletions
+13
View File
@@ -26,3 +26,16 @@ repos:
args: ["check", "--select", "I", "--fix"]
###### Relevant part above ######
- id: ruff-format
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.11
hooks:
# Compile requirements
- id: pip-compile
name: pip-compile requirements.in
args: [requirements.in, -o, requirements.txt]
- id: pip-compile
name: pip-compile requirements-dev.in
args: [requirements-dev.in, -o, requirements-dev.txt]
files: ^requirements-dev\.(in|txt)$