mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-23 05:59:57 +00:00
9 lines
176 B
INI
9 lines
176 B
INI
|
[flake8]
|
||
|
max-line-length = 9999
|
||
|
import-order-style = pep8
|
||
|
exclude = .git,.vscode,libraries,build.py,.github
|
||
|
extend-ignore =
|
||
|
I202
|
||
|
per-file-ignores =
|
||
|
*/__init__.py: F401
|