lenticular_cloud2/libs/ory-hydra-client/pyproject.toml

17 lines
199 B
TOML
Raw Normal View History

[tool.black]
line-length = 120
target_version = ['py37', 'py38', 'py39']
exclude = '''
(
/(
| \.git
| \.venv
| \.mypy_cache
)/
)
'''
[tool.isort]
line_length = 120
2023-01-13 14:52:38 +00:00
profile = "black"