BloodyInside's picture
firsty
947c08e
raw
history blame
522 Bytes
[project]
name = "manga-image-translator"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
requires-python = ">=3.10 <3.12"
license = "LICENSE"
[tool.isort]
profile = 'black'
multi_line_output = 3
line_length = 100
py_version = 310
[tool.pylint]
disable = """
C,R,W,
c-extension-no-member
"""
additional-builtins = "display"
output-format = "colorized"
generated-members = ["torch.*", "cv2.*"]
[tool.pytest.ini_options]
addopts = "-ra -v -p no:faulthandler"
minversion = "6.0"
testpaths = ["test"]