bunkerweb/pyproject.toml
2026-03-10 09:05:54 +01:00

19 lines
327 B
TOML

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