mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
17 lines
No EOL
188 B
TOML
17 lines
No EOL
188 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py37', 'py38']
|
|
exclude = '''
|
|
(
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.tox
|
|
| build
|
|
| dist
|
|
| venv
|
|
| docs
|
|
)/
|
|
| foo.py
|
|
)
|
|
''' |