beets/beets
Šarūnas Nejus 98bb7f12be
refactor: convert _queries from class attributes to cached properties
Convert _queries from mutable class attributes to cached class properties
that dynamically fetch plugin queries. This eliminates the need for manual
query registration and cleanup in plugin loading/unloading logic.
2025-07-16 14:45:25 +01:00
..
autotag Fixed imports for all tests and added a bit of stricter type checking. 2025-07-15 15:03:14 +02:00
dbcore refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
importer Add missing types to importer and pipeline 2025-07-16 14:06:34 +01:00
library refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
test refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
ui refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
util refactor: convert _types from class attributes to cached properties 2025-07-16 14:45:25 +01:00
__init__.py Increment version to 2.3.1 2025-05-14 09:53:19 +00:00
__main__.py Reformat the codebase 2024-09-21 11:57:48 +01:00
art.py Reformat the codebase 2024-09-21 11:57:48 +01:00
config_default.yaml musicbrainz: set default config in the code 2025-05-17 03:31:59 +01:00
event_types.py Fix duplicate database change event send on Library.add (#5561) 2025-05-30 13:41:29 +00:00
logging.py Remove some lint exclusions and fix the issues 2024-09-21 11:59:19 +01:00
mediafile.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
metadata_plugins.py Added tpyehint to fix mypy issue. 2025-07-15 15:03:14 +02:00
plugins.py refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
random.py Make a random change for testing 2024-05-07 16:28:28 +01:00
vfs.py Fix legalize_path types 2025-05-04 12:23:22 +01:00