Skip to content

Commit e5df31c

Browse files
author
Marius Isken
committed
updating pre-commit // rust dependencies
1 parent 39aeffc commit e5df31c

File tree

3 files changed

+140
-106
lines changed

3 files changed

+140
-106
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
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)