bunkerized-nginx/pyproject.toml
2023-09-29 18:11:48 +01:00

19 lines
297 B
TOML

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