chore: 🧹 old black config removed

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-09-19 15:54:53 +03:00
parent 32d22efedc
commit ebdada92bd
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 0 additions and 18 deletions

View File

@ -111,24 +111,6 @@ tests = ["B201", "B301", "B318", "B314", "B303", "B413", "B412", "B410"]
check = true
imports = ["cv2", "supervision"]
[tool.black]
target-version = ["py38"]
line-length = 88
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| docs
)/
'''
[tool.ruff]
target-version = "py38"