Commit Graph

13 Commits (develop-ruff)

Author SHA1 Message Date
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 653afee648 first commit containing introduction of context object 2025-04-28 21:43:29 +02:00
DJ2LS 65a2640589 enable vhf mode as exp setting 2025-04-11 09:35:43 +02:00
DJ2LS 39eabd9451 fixing demodulatior 2025-03-29 15:52:48 +01:00
DJ2LS cf7d9fe306 test with fsk 2025-03-28 10:09:52 +01:00
DJ2LS 35520dcca8 more docstrings 2025-03-12 13:53:46 +01:00
DJ2LS b31b2a2446 first run porting hardcodec modes to custom modes 2025-01-29 16:40:38 +01:00
DJ2LS 1412bb8e81 adjusted shutdown 2024-05-16 16:49:22 +02:00
DJ2LS b5119c3ffa fixed disabled qam mode 2024-04-21 20:33:37 +02:00
DJ2LS 3619f21e3c disabled qam, changed threading to daemon=False 2024-04-21 14:18:45 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00