0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 05:26:10 +01:00
cpython/Tools/peg_generator/pyproject.toml

9 lines
133 B
TOML

[tool.black]
line-length = 99
target_version = ['py311']
exclude = '''
(
/pegen/grammar_parser.py # generated file
)
'''