mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
8 lines
165 B
INI
8 lines
165 B
INI
[flake8]
|
|
max-line-length = 9999
|
|
import-order-style = pep8
|
|
exclude = ./.git,./.vscode,./libraries
|
|
extend-ignore =
|
|
I202
|
|
per-file-ignores =
|
|
*/__init__.py: F401
|