Spaces:
Runtime error
Runtime error
File size: 236 Bytes
ba718e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[tool.black]
line-length = 88
target_version = ['py38', 'py39', 'py310', 'py311']
preview = true
[tool.isort]
profile = "black"
[tool.mypy]
exclude = "(\\w+/)*test_\\w+\\.py$"
ignore_missing_imports = true
no_implicit_optional = true
|