Skip to content

Commit

Permalink
feat(style): added formatting dependencies into pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <i@k4yt3x.com>
  • Loading branch information
k4yt3x committed Sep 16, 2023
1 parent 78a2aaf commit 6d934e6
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 223 deletions.
17 changes: 17 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d934e6

Please sign in to comment.