mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
7944af3c62
Add black formatter and run it on pytests
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
|
|
)/
|
|
'''
|