beets/beetsplug/bpd
Šarūnas Nejus 5f78d1b82b
Remove some lint exclusions and fix the issues
* Replace `noqa` comments in `assert...` method definitions with
  a configuration option to ignore these names.
* Use the `__all__` variable to specify importable items from the
  module, replacing `*` imports and `noqa` comments for unused imports.
* Address issues with poorly named variables and methods by renaming
  them appropriately.
2024-09-21 11:59:19 +01:00
..
__init__.py Remove some lint exclusions and fix the issues 2024-09-21 11:59:19 +01:00
gstplayer.py Reformat the codebase 2024-09-21 11:57:48 +01:00