Files
rupert/.pylintrc
Dustin C. Hatch a997be4515 Initial commit
*Rupert* ("Ripper") is a tool to rip CD (and eventually DVD) media
(almost) automatically.  It converts CDDA to WAV using `cdparanoia`,
encodes the output with `flac`, and adds metadata tags from MusicBrainz
using *mutagen*.  The console user interface is provided by *rich*.
2021-01-19 17:48:32 -06:00

9 lines
136 B
INI

[MASTER]
extension-pkg-whitelist = pydantic
[MESSAGES CONTROL]
disable =
invalid-name,
no-else-return,
raise-missing-from,