This commit is contained in:
shahules786 2022-10-05 11:12:05 +05:30
parent e2c8afdfb9
commit 1062eb3541
1 changed files with 15 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.black]
line-length = 80
target-version = ['py38']
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.mypy_cache
| \.tox
| \.venv
)/
)
'''