Files
cpython/Tools/peg_generator/pyproject.toml
T
2020-04-22 23:29:27 +01:00

10 lines
182 B
TOML

[tool.black]
line-length = 99
target_version = ['py38']
exclude = '''
(
/pegen/grammar_parser.py # generated file
| /test/test_data/ # test files
)
'''