mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-03-14 10:01:52 +00:00
13 lines
154 B
TOML
13 lines
154 B
TOML
[tool.black]
|
|
line-length = 100
|
|
include = '\.py$'
|
|
extend-exclude = '''
|
|
/(
|
|
| .git
|
|
| .__pycache__
|
|
| build-dbg
|
|
| build-opt
|
|
| helio
|
|
)/
|
|
'''
|