-
Yoann Schneider authoredYoann Schneider authored
pyproject.toml 326 B
[tool.ruff]
exclude = [".git", "__pycache__"]
ignore = ["E501"]
select = ["E", "F", "T1", "W", "I"]
[tool.ruff.isort]
known-first-party = ["atr_data_generator"]
known-third-party = [
"PIL",
"apistar",
"arkindex",
"cv2",
"line_image_extractor",
"numpy",
"requests",
"setuptools",
"tqdm",
]