3
0

format with black (mostly quotes)

This commit is contained in:
2023-11-15 10:02:28 +01:00
parent ced589f28a
commit 0f45f89211
22 changed files with 245 additions and 272 deletions
+6 -1
View File
@@ -6,9 +6,14 @@ requires = [
build-backend = "setuptools.build_meta"
[tool.mypy]
python_version = "3.9"
python_version = "3.11"
# warn_return_any = true
warn_unused_configs = true
exclude = [
'_pb2\.py$', # TOML literal string (single-quotes, no escaping necessary)
]
[tool.black]
line-length = 120
target-version = ['py311']
exclude = '_pb2.py'