We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedfe08 commit bbd31ffCopy full SHA for bbd31ff
pyproject.toml
@@ -102,6 +102,8 @@ xmldiff = "2.7.0"
102
bandit = "1.8.6"
103
pyupgrade = "3.20.0"
104
deptry = "0.23.1"
105
+# for tests, use the GPL-version of jsonschema format validators - they are faster
106
+jsonschema = { version = "*", extras = ["format"], optional=true }
107
108
[tool.semantic_release]
109
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
0 commit comments