17 lines
178 B
TOML
17 lines
178 B
TOML
[tool.black]
|
|
line-length = 100
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
| .*\.egg-info
|
|
| build
|
|
| dist
|
|
| lib
|
|
)/
|
|
'''
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"error",
|
|
]
|