bunkerized-nginx/pyproject.toml

17 lines
284 B
TOML

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