mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00

Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
9 lines
182 B
TOML
9 lines
182 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target_version = ['py38']
|
|
exclude = '''
|
|
(
|
|
/pegen/grammar_parser.py # generated file
|
|
| /test/test_data/ # test files
|
|
)
|
|
'''
|