mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
9 lines
133 B
TOML
9 lines
133 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target_version = ['py311']
|
|
exclude = '''
|
|
(
|
|
/pegen/grammar_parser.py # generated file
|
|
)
|
|
'''
|