switch from black to ruff for formatting

This commit is contained in:
Jörg Thalheim
2023-11-03 13:37:09 +01:00
parent 33515b2ed2
commit d08fe82864
5 changed files with 38 additions and 69 deletions

View File

@@ -21,11 +21,6 @@ line-length = 88
select = ["E", "F", "I", "U", "N"]
ignore = ["E501"]
[tool.black]
line-length = 88
target-version = ['py39']
include = '\.pyi?$'
[tool.mypy]
python_version = "3.10"
warn_redundant_casts = true