[console_scripts]
ratch = ratch.cli:main

[pytest11]
ratch = ratch.pytest_plugin

[ratch.checks]
bdd-test-conventions = ratch.checks.bdd_conventions:BddTestConventions
catalog-size = ratch.checks.catalog_size:CatalogSize
commit-heatmap = ratch.checks.commit_heatmap:CommitHeatmap
doc-counts-match-ssot = ratch.checks.doc_counts:DocCountsMatchSSot
docs-equal-fresh-render = ratch.checks.docs_render:DocsEqualFreshRender
manifest-purity = ratch.checks.manifest_purity:ManifestPurity
no-ai-signatures = ratch.checks.ai_signatures:NoAiSignatures
no-circular-import = ratch.checks.circular_import:NoCircularImport
no-conflict-markers = ratch.checks.conflict_markers:NoConflictMarkers
no-external-font-cdn = ratch.checks.font_cdn:NoExternalFontCdn
no-first-person = ratch.checks.first_person:NoFirstPerson
no-forbidden-literal = ratch.checks.forbidden_literal:NoForbiddenLiteral
no-hash-named-test = ratch.checks.hash_named_test:NoHashNamedTest
no-pytest-skip = ratch.checks.pytest_skip:NoPytestSkip
no-vacuous-assert = ratch.checks.vacuous_assert:NoVacuousAssert
plugin-registry = ratch.checks.plugin_registry:PluginRegistry
todo-has-issue-ref = ratch.checks.todo_issue:TodoHasIssueRef
