black/tests/data/incorrect_spelling.toml
Daniel Krzeminski bccec8adfb
Show warning on invalid toml configuration (#4165)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-01-25 16:41:37 -08:00

5 lines
88 B
TOML

[tool.black]
ine_length = 50
target-ersion = ['py37']
exclude='\.pyi?$'
include='\.py?$'