bunkerweb/pyproject.toml
2022-10-19 17:37:13 +02:00

17 lines
No EOL
275 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
| bw/deps/src
| bw/core/modsecurity
| env
)/
'''