bunkerweb/pyproject.toml
Théophile Diot 51194f0fed
Road to v1.5.8 🚀
2024-05-25 15:56:42 +01:00

19 lines
323 B
TOML

[project]
name = "BunkerWeb"
description = "Make your web services secure by default !"
version = "1.5.8"
authors = [
{ name = "Bunkerity", email = "contact@bunkerity.com" }
]
[tool.black]
line-length = 160
include = '\.pyi?$'
exclude = '''
/(
| \.git
| src/deps/src
| src/common/core/modsecurity
| env
)/
'''