infra! Removed black (replaced by Ruff for formatting)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user