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