Files
INTUIA/Programa final/Python-3.10.15/Tools/peg_generator/pyproject.toml
T

10 lines
182 B
TOML
Raw Normal View History

2026-03-15 13:27:50 +00:00
[tool.black]
line-length = 99
target_version = ['py38']
exclude = '''
(
/pegen/grammar_parser.py # generated file
| /test/test_data/ # test files
)
'''