diff --git a/src/sync_pre_commit_lock/db.py b/src/sync_pre_commit_lock/db.py index a2aadb1..19dea50 100644 --- a/src/sync_pre_commit_lock/db.py +++ b/src/sync_pre_commit_lock/db.py @@ -21,6 +21,10 @@ class RepoInfo(TypedDict): "repo": "https://github.com/psf/black-pre-commit-mirror", "rev": "${rev}", }, + "codespell": { + "repo": "https://github.com/codespell-project/codespell", + "rev": "v${rev}", + }, "commitizen": { "repo": "https://github.com/commitizen-tools/commitizen", "rev": "v${rev}",