Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ test = [
"pytest-xdist>=3.1.0",
"pytest-gitconfig>=0.9.0",
"pre-commit>=4.5.1",
"jsonschema>=4.26.0",
]

linters = [
Expand All @@ -118,6 +119,7 @@ linters = [
"types-PyYAML>=5.4.3",
"types-termcolor>=0.1.1",
"types-colorama>=0.4.15.20240311",
"types-jsonschema>=4.26.0",
"prek>=0.2.28",
]

Expand Down
7 changes: 7 additions & 0 deletions schemas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# JSON Schema for commitizen configuration

This directory hosts the JSON Schema for the commitizen configuration file
(`cz.json` / `[tool.commitizen]` in `pyproject.toml`).

See issue #1565 for the design discussion (including a future
schemastore.org submission).
Loading
Loading