1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/pyproject.toml
Scott 8603125e2f
adding some place holder files
requirements.txt just holding some random packages. pre-commit and black are needed for pre-commit hooks.
2023-11-30 23:49:03 -05:00

16 lines
174 B
TOML

[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''