mujoco_maze/pyproject.toml
2020-05-21 19:05:06 +09:00

18 lines
203 B
TOML

[tool.black]
line-length = 88
target-version = ['py36']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs
| \.git
| \.mypy_cache
| _build
| buck-out
| build
| dist
)/
)
'''