[af3e0d]: / pyproject.toml

Download this file

16 lines (15 with data), 335 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[tool.black]
line-length = 88
target-version = ['py312']
include = '\.pyw?$'
extend-exclude = '''
# A regex preceded with ^/ will apply only to files and directories
# in the root of the project.
^/tests/data/
'''
force-exclude = '''
\.ipynb$
'''
[tool.black.format]
skip-string-normalization = false
skip-magic-trailing-comma = false