Commit Graph

14 Commits (main)

Author SHA1 Message Date
as3ii 90a1e7c2f7
Removed redefined set_tuner() flrig's function (ruff F811) 2025-11-13 23:43:04 +01:00
as3ii 1f4efac11e
Substituted unused variables with wildcard (ruff F841)
See https://peps.python.org/pep-0634/#wildcard-pattern
2025-11-13 23:31:09 +01:00
as3ii 4285a81899
Fixed errors in create_custom_ofdm_mod 2025-11-13 23:03:59 +01:00
as3ii fbb151838b
Fixed ruff F403 and F405
Now all F4 rules are fixed
2025-11-13 22:39:46 +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 87893fa5ca added txfilter for custom modes...finally... 2024-05-05 16:13:35 +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 0ef657945b fixing tests 2024-04-08 15:23:32 +02:00
DJ2LS 3c7b79963e some mode related testing 2024-04-07 15:09:25 +02:00
DJ2LS 7040bc8544 first test program 2024-04-06 21:14:36 +02:00
DJ2LS e33b82b805 first test program 2024-04-06 18:03:00 +02:00