Implements: allOf, anyOf #11

Merged
HideyoshiNakazone merged 15 commits from any-all-ref-implementation into main 2025-04-19 20:32:58 +00:00
Showing only changes of commit 1c546d252f - Show all commits

View File

@@ -57,6 +57,14 @@ requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
# Tests
[tool.coverage.run]
omit = [
"tests/*",
]
# Linters # Linters
[tool.ruff.lint] [tool.ruff.lint]
extend-select = ["I"] extend-select = ["I"]