mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
Co-authored-by: Guido van Rossum <[email protected]> Co-authored-by: Lysandros Nikolaou <[email protected]>
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
|
|
)
|
|
'''
|