bunkerweb/pyproject.toml
TheophileDiot 28b124740d
Road to 1.6.9 🚀
2026-03-13 17:36:39 +01:00

19 lines
323 B
TOML

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