beets/beets/dbcore
Šarūnas Nejus 1c16b2b308
Replace string concatenation (' + ')
- Join hardcoded strings
- Replace concatenated variables with f-strings
2025-08-30 23:10:15 +01:00
..
__init__.py Remove some lint exclusions and fix the issues 2024-09-21 11:59:19 +01:00
db.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
query.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
queryparse.py Use table-qualified names in any field query 2025-01-19 01:09:11 +00:00
types.py Replace format calls with f-strings 2025-08-30 18:42:26 +01:00