Commit Graph

11 Commits (dependabot/github_actions/develop/github/codeql-action-4.37.3)

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 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 5156e1e14a test with reduced sqalchemy packages 2025-09-21 10:12:30 +02:00
DJ2LS 37fb052103 more work 2025-04-29 12:02:57 +02:00
DJ2LS 35520dcca8 more docstrings 2025-03-12 13:53:46 +01:00
DJ2LS 3d88cf0417 first attempt with adif logging 2024-09-25 14:28:09 +02:00
DJ2LS 3cc0a967ce timezone fix 2024-08-31 20:01:44 +02:00
DJ2LS 06b72546a5
Another utc attempt 2024-08-31 19:54:03 +02:00
DJ2LS a0063c4db0
Send message timestamp as utc 2024-08-31 19:34:28 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00