Skip to content

Commit

Permalink
feat(db): add djhtml (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Mar 19, 2024
1 parent 21289c8 commit 1d74a40
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 @@ -39,6 +39,10 @@ class RepoInfo(TypedDict):
"repo": "https://github.com/commitizen-tools/commitizen",
"rev": "v${rev}",
},
"djhtml": {
"repo": "https://github.com/rtts/djhtml",
"rev": "${rev}",
},
"flake8": {
"repo": "https://github.com/pycqa/flake8",
"rev": "${rev}",
Expand Down

0 comments on commit 1d74a40

Please sign in to comment.