mirror of
https://github.com/python/cpython.git
synced 2025-10-28 20:25:04 +00:00
10 lines
182 B
TOML
10 lines
182 B
TOML
|
|
[tool.black]
|
||
|
|
line-length = 99
|
||
|
|
target_version = ['py38']
|
||
|
|
exclude = '''
|
||
|
|
(
|
||
|
|
/pegen/grammar_parser.py # generated file
|
||
|
|
| /test/test_data/ # test files
|
||
|
|
)
|
||
|
|
'''
|