Dima Gerasimov
c5df3ce128
ruff: enable W, COM, EXE rules
2024-08-28 04:06:32 +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
d244c7cc4e
ruff: enable and fix C4 ruleset
2024-08-28 04:06:32 +01:00
Dima Gerasimov
73e57b52d1
general: cleanup -- remove main and executable bit where it's not necessary
2022-05-31 22:16:05 +01:00
Dima Gerasimov
2025d7ad1a
general: minor cleanup
...
- get rid of unnecessary globs in get_files (they should be in config if the user wishes)
- get rid of some old kython imports
- do not convert Path twice in foursquare (so CPath works correctly)
2022-05-31 22:16:05 +01:00
Sean Breckenridge
5ecd4b4810
cleanup; remove unused imports
2021-04-02 08:38:06 +01:00
Dima Gerasimov
9d5d368891
get rid of unnecessary .init imports
2020-05-06 22:05:16 +01:00
Dima Gerasimov
e5b3a1e91e
use my.config instead of mycfg; minor cleanups and docstrings
2020-04-12 00:22:10 +01:00
Dima Gerasimov
066641a4ce
Rename my_configuration to mycfg for brevity
2019-12-19 20:14:26 +00:00
Dima Gerasimov
585206f72d
use my_configuration for imdb/youtube
2019-12-01 13:48:38 +00:00
Dima Gerasimov
52db4e740a
import media from private package
2019-12-01 14:40:12 +01:00