nutshell/pyproject.toml

21 lines
211 B
TOML
Raw Normal View History

2023-04-09 00:04:20 -06:00
[tool.black]
line-length = 120
2024-11-11 01:07:18 -07:00
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| \.vscode
| _build
| buck-out
| build
| dist
)/
'''
[tool.isort]
profile = "black"