Newer
Older
select = [
# pycodestyle
"E",
"W",
# Pyflakes
"F",
# Flake8 Debugger
"T1",
# Isort
"I",
# Pathlib usage
"PTH",
# Implicit Optional
"RUF013"
known-first-party = ["arkindex_export", "line_image_extractor"]
known-third-party = [
"albumentations",
"cv2",
"editdistance",
"imageio",
"numpy",
"scipy",
"tensorboard",
"torch",
"torchvision",
"tqdm",
"yaml"
]