Commit Graph

18 Commits (develop)

Author SHA1 Message Date
as3ii f88f5fe2a3
Increased max line length to 120, reformatted everything
In practice, in this commit I've increased from 100 to 120 the maximum
allowed line length for python files and re-run ruff's formatter.
2026-01-10 19:11:26 +01:00
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS e5208cffff adjustments to modem tests - still not working yet. but we have first benefits of new modem structure 2025-05-19 08:54:24 +02:00
DJ2LS 65ba983737 first adjustments to tests 2025-04-29 14:03:49 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00
DJ2LS efe8bb3aec renamed "modem" to "freedata-server" 2024-04-17 22:49:08 +02:00
DJ2LS 59778165bf fixed some tests 2024-02-24 22:27:01 +01:00
DJ2LS 8fefc11380 fixed more tests 2024-02-07 19:54:54 +01:00
DJ2LS e445d23968 adjusted db model, made databse handlers more modular 2024-02-06 09:22:55 +01:00
DJ2LS cd4ccd5cf7 fixed tests 2024-02-02 19:50:16 +01:00
DJ2LS e279f45229 added arq transmission failed state 2024-01-29 17:50:28 +01:00
DJ2LS 2685c7d5d5 adjusted some db related things 2024-01-27 12:07:07 +01:00
DJ2LS 2a98731b5d some fixes to transmit messages.. 2024-01-25 15:48:00 +01:00
DJ2LS eb3a74e146 crazy commit with --memory-- database stuff... 2024-01-25 15:17:38 +01:00
Pedro 7a9ee28bf7 Add MessageP2P attachment encoding/decoding 2024-01-25 07:09:54 +01:00
Pedro 67001ac842 Add P2P send message command. 2024-01-25 07:09:54 +01:00