mirror of https://github.com/python/cpython
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
|
||
|
)
|
||
|
'''
|