feat(style): added formatting dependencies into pyproject.toml

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2023-09-16 18:47:47 +00:00
parent 78a2aafa0e
commit 6d934e6a98
3 changed files with 600 additions and 223 deletions

17
.flake8 Normal file
View File

@@ -0,0 +1,17 @@
[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