Skip to content

Commit

Permalink
updating pre-commit // rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Isken authored and miili committed Apr 6, 2023
1 parent 7ead6d6 commit a2e284d
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 106 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
args: [--write-changes]
stages: [commit]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down
Loading

0 comments on commit a2e284d

Please sign in to comment.