infra! Removed black (replaced by Ruff for formatting)

This commit is contained in:
2025-12-18 07:49:05 +01:00
parent f88f512cb0
commit b350bb12d3
3 changed files with 130 additions and 224 deletions
-15
View File
@@ -21,7 +21,6 @@ pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.0"
httpx = "^0.27.0"
ruff = "^0.14.7"
black = "^25.11.0"
pre-commit = "^4.5.1"
[build-system]
@@ -79,20 +78,6 @@ exclude_lines = [
"if __name__ == .__main__.:",
]
[tool.black]
line-length = 88
target-version = ['py312']
include = '\.pyi?$'
exclude = '''
/(
__pycache__
| \.git
| \.qodo
| \.vscode
| \.ruff_cache
)/
'''
[tool.ruff]
line-length = 88
exclude = [