More tweaks/fixes
This commit is contained in:
parent
911c29820a
commit
a10b32b5b7
10 changed files with 140 additions and 87 deletions
17
setup.cfg
17
setup.cfg
|
@ -32,6 +32,19 @@ console_scripts =
|
|||
zotify = zotify.__main__:main
|
||||
|
||||
[flake8]
|
||||
# Conflicts with black
|
||||
ignore = E203
|
||||
max-line-length = 160
|
||||
|
||||
[mypy]
|
||||
warn_unused_configs = True
|
||||
|
||||
[mypy-librespot.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-music_tag]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-pwinput]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-tqdm]
|
||||
ignore_missing_imports = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue