bunkerweb/pyproject.toml
Théophile Diot 9a1123f37d
🚀 Road to 1.5.10
2024-08-30 11:19:26 +02:00

19 lines
324 B
TOML

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