Skip to content

Commit

Permalink
Merge pull request #9 from noirbizarre/patch-1
Browse files Browse the repository at this point in the history
Add support for codespell
  • Loading branch information
GabDug committed Dec 18, 2023
2 parents dd03f8a + 036cd1a commit 45a5eb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sync_pre_commit_lock/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 45a5eb7

Please sign in to comment.