karlicoss
|
d3f9a8e8b6
|
core: migrate code to benefit from 3.9 stuff (#401)
for now keeping ruff on 3.8 target version, need to sort out modules as well
|
2024-10-19 20:55:09 +01:00 |
|
Dima Gerasimov
|
72cc8ff3ac
|
ruff: enable B warnings (mainly suppressed exceptions and unused variables)
|
2024-08-28 04:06:32 +01:00 |
|
Dima Gerasimov
|
7bfce72b7c
|
core: cleanup/sort imports according to ruff check --select I
|
2024-08-16 11:38:13 +01:00 |
|
Dima Gerasimov
|
6821fbc2fe
|
core/config: implement a warning if config is imported from the dir other than MY_CONFIG
this should help with identifying setup issues
|
2023-10-28 20:56:07 +01:00 |
|
Dima Gerasimov
|
ab7135d42f
|
core: experimental import of my._init_hook to configure logging/warnings/env variables
|
2023-06-21 03:32:46 +01:00 |
|
Kian-Meng Ang
|
d2ef23fcb4
|
docs: fix typos
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
|
2023-03-27 03:02:35 +01:00 |
|
Dima Gerasimov
|
186f561018
|
core: some cleanup for core/init and doctor; fix issue with compileall
|
2022-06-02 14:21:21 +01:00 |
|
Sean Breckenridge
|
5ecd4b4810
|
cleanup; remove unused imports
|
2021-04-02 08:38:06 +01:00 |
|
Dima Gerasimov
|
ddbb2e5f23
|
CI: better cleanup for modules in between tests
|
2021-02-19 02:39:25 +00:00 |
|
Dima Gerasimov
|
70c801f692
|
core: add 'core' config section, add disabled_modules/enabled_modules configs, use them for hpi modules and hpi doctor
|
2020-09-30 21:54:09 +02:00 |
|
Dima Gerasimov
|
e351c8ba49
|
cli: add 'config init' command
|
2020-05-25 12:25:41 +01:00 |
|
Dima Gerasimov
|
dab29a44b5
|
cli: detect config properly in mypy check
|
2020-05-25 10:04:58 +01:00 |
|
Dima Gerasimov
|
02ba71a91d
|
documentation: generate tables of content, better navigation
|
2020-05-18 23:31:55 +01:00 |
|
Dima Gerasimov
|
8f86d7706b
|
core: use appdirs for ~/.config detection
|
2020-05-15 08:18:47 +01:00 |
|
Dima Gerasimov
|
15444c7b1f
|
move common/error to my.core
|
2020-05-06 22:36:29 +01:00 |
|
Dima Gerasimov
|
b7e5640f35
|
move init.py to my.core
|
2020-05-06 22:20:00 +01:00 |
|