python3-anticaptcha/src/pyproject.toml

16 lines
180 B
TOML
Raw Normal View History

2019-11-25 17:08:18 +00:00
[tool.black]
line-length = 110
2019-11-25 17:08:18 +00:00
target-version = ['py36']
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''