1
0
mirror of https://github.com/pommi/python-itho-wpu.git synced 2024-07-26 20:49:52 +02:00
python-itho-wpu/pyproject.toml
Pim van den Berg 751182b70d style: apply flake8 and black formatting
To check for errors:
$ pre-commit run --all-files

To install as pre-commit hook:
$ pre-commit install
2021-05-30 14:52:24 +02:00

10 lines
95 B
TOML

[tool.black]
line-length = 99
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.venv
)/
'''