mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +00:00
added configs for flake8 and isort
This commit is contained in:
parent
afca10a17b
commit
8eeba71ece
@ -48,6 +48,9 @@ changelog = "https://github.com/k4yt3x/video2x/releases"
|
|||||||
[project.scripts]
|
[project.scripts]
|
||||||
video2x = "video2x:main"
|
video2x = "video2x:main"
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
[tool.pdm]
|
[tool.pdm]
|
||||||
version = { from = "video2x/__init__.py" }
|
version = { from = "video2x/__init__.py" }
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@ Last Modified: April 1, 2022
|
|||||||
# prevent setup.cfg from producing import errors
|
# prevent setup.cfg from producing import errors
|
||||||
__version__ = "5.0.0-beta5"
|
__version__ = "5.0.0-beta5"
|
||||||
|
|
||||||
|
# flake8: noqa
|
||||||
|
# let flake8 ignore this file to avoid F401 warnings
|
||||||
|
# generated by the following lines
|
||||||
from .interpolator import Interpolator
|
from .interpolator import Interpolator
|
||||||
from .upscaler import Upscaler
|
from .upscaler import Upscaler
|
||||||
from .video2x import Video2X, main
|
from .video2x import Video2X, main
|
||||||
|
Loading…
Reference in New Issue
Block a user