Skip to content

Commit a2e284d

Browse files
Marius Iskenmiili
Marius Isken
authored andcommitted
updating pre-commit // rust dependencies
1 parent 7ead6d6 commit a2e284d

File tree

3 files changed

+140
-106
lines changed

3 files changed

+140
-106
lines changed

Diff for: .pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
11+
- repo: https://github.com/codespell-project/codespell
12+
rev: v2.2.4
13+
hooks:
14+
- id: codespell
15+
args: [--write-changes]
16+
stages: [commit]
1117
- repo: https://github.com/pycqa/isort
1218
rev: 5.12.0
1319
hooks:

0 commit comments

Comments
 (0)