mirror of
1
0
Fork 0
dotbot/pyproject.toml

18 lines
178 B
TOML
Raw Permalink Normal View History

2022-01-30 18:48:30 -05:00
[tool.black]
line-length = 100
exclude = '''
/(
\.git
| \.github
| .*\.egg-info
| build
| dist
| lib
)/
'''
[tool.pytest.ini_options]
filterwarnings = [
"error",
]