File size: 223 Bytes
7cbdca2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[tool.black]
line-length = 100
target-version = ["py37", "py38", "py39", "py310"]
include = '\.pyi?$'

[tool.isort]
profile = "black"
line_length = 100
skip_gitignore = true
known_first_party = ["df", "libdf", "libdfdata"]