bunkerized-nginx/pyproject.toml

21 lines
335 B
TOML
Raw Normal View History

[project]
name = "BunkerWeb"
description = "Make your web services secure by default !"
2023-12-02 20:30:30 +01:00
version = "1.5.4"
authors = [
{ name = "Bunkerity", email = "contact@bunkerity.com" }
]
[tool.black]
py39 = true
line-length = 250
include = '\.pyi?$'
exclude = '''
/(
| \.git
| src/deps/src
| src/common/core/modsecurity
| env
)/
'''