mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
8 lines
133 B
TOML
8 lines
133 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target_version = ['py311']
|
|
exclude = '''
|
|
(
|
|
/pegen/grammar_parser.py # generated file
|
|
)
|
|
'''
|