mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-02-20 22:39:39 +00:00
18 lines
264 B
Plaintext
18 lines
264 B
Plaintext
|
[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
|