mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
c5fc156852
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
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
|
|
)
|
|
'''
|