Commit Graph

18 Commits (develop-ruff)

Author SHA1 Message Date
as3ii 444c0d37cf
Removed f-strings without placeholders (ruff F541) 2025-11-13 22:45:07 +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 b32de53f7c first success with test 2025-05-25 12:39:12 +02:00
DJ2LS bebf3e491b first adjustments to tests 2025-04-29 21:13:42 +02:00
DJ2LS 65ba983737 first adjustments to tests 2025-04-29 14:03:49 +02:00
DJ2LS d78aed93cc
Merge branch 'develop' into dev-connected-mode 2025-02-24 13:18:38 +01:00
DJ2LS a88539dca7 organized api endpoints into subfolders 2025-02-19 09:51:19 +01:00
DJ2LS 0ec07ff2f3 fixing some tests 2025-01-22 09:16:28 +01:00
DJ2LS a59250d8b3 fixing some tests 2025-01-21 19:22:20 +01:00
DJ2LS 3a6e001bdb fixed tests 2024-05-19 13:38:48 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00
DJ2LS 6309c5363f fixing some tests 2024-04-17 23:37:28 +02:00
DJ2LS efe8bb3aec renamed "modem" to "freedata-server" 2024-04-17 22:49:08 +02:00
DJ2LS 1337a4a0c8 fixed more tests 2024-02-19 20:08:05 +01:00
DJ2LS 35276b01ef improved message tests which went stuck 2024-02-19 08:37:16 +01:00
DJ2LS 0a9ce0d202 fixed message transmission status 2024-02-07 19:43:10 +01:00