Commit Graph

21 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 191c94c942
Executed `ruff format --preview`, small update to CONTRIBUTING.md 2025-11-13 23:48:17 +01:00
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 6563c68495 adjusted mode tests 2025-01-30 18:41:42 +01:00
DJ2LS aa568d95fb adjusted mode tests 2025-01-30 10:33:36 +01:00
DJ2LS b31b2a2446 first run porting hardcodec modes to custom modes 2025-01-29 16:40:38 +01:00
DJ2LS ecdce6d8f5 more mode testing... 2024-07-30 21:14:53 +02:00
DJ2LS 3b1f87826e added vfo setting 2024-06-04 12:20:36 +02: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