mirror of
https://github.com/python/cpython.git
synced 2024-11-25 01:20:47 +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
|
|
)
|
|
'''
|