1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-11 18:38:48 -04:00

Added unit tests for log

This commit is contained in:
2026-01-06 18:57:54 -05:00
parent 8a82a62dc9
commit 26242f7d43
6 changed files with 55 additions and 15 deletions
+5 -4
View File
@@ -18,18 +18,19 @@ repos:
- id: setup-cfg-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.14.10
hooks:
- id: ruff
###### Relevant part below ######
- id: ruff
- id: ruff-check
types_or: [python, pyi]
args: ["check", "--select", "I", "--fix"]
###### Relevant part above ######
- id: ruff-format
types_or: [python, pyi]
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.5.16
rev: 0.9.22
hooks:
# Compile requirements
- id: pip-compile