Skip to content

Commit 078b36f

Browse files
committed
feat(download): Add mod download option (#167)
2 parents 70e1e77 + a019acf commit 078b36f

File tree

11 files changed

+2036
-300
lines changed

11 files changed

+2036
-300
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
stages: [pre-commit]
4444

4545
- repo: https://github.com/commitizen-tools/commitizen
46-
rev: v4.1.0
46+
rev: v4.8.3
4747
hooks:
4848
- id: commitizen
4949
stages: [commit-msg]
@@ -93,9 +93,10 @@ repos:
9393
pass_filenames: false
9494

9595
- repo: https://github.com/codespell-project/codespell
96-
rev: v2.3.0
96+
rev: v2.4.1
9797
hooks:
9898
- id: codespell
9999
stages: [pre-commit]
100100
args:
101101
- '--ignore-words-list=crate'
102+
- '--skip=*.lock'

0 commit comments

Comments
 (0)