File size: 226 Bytes
a240da9
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.black]
line-length = 88
target_version = ['py310', 'py311']
preview = true

[tool.isort]
profile = "black"

[tool.mypy]
no_implicit_optional = true
strict = true

[[tool.mypy-transformers]]
ignore_missing_imports = true