mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
6d934e6a98
Signed-off-by: k4yt3x <i@k4yt3x.com>
18 lines
264 B
INI
18 lines
264 B
INI
[flake8]
|
|
exclude =
|
|
.git
|
|
.venv
|
|
__pycache__
|
|
__pypackages__
|
|
build
|
|
dist
|
|
ignore =
|
|
Q000
|
|
W503
|
|
ANN101
|
|
ANN102
|
|
max-line-length = 88
|
|
per-file-ignores =
|
|
examples/run_interpolate_rife.py:E501
|
|
examples/run_upscale_waifu2x.py:E501
|