Skip to content

Commit

Permalink
fix: add preocommit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Nov 19, 2024
1 parent accc667 commit ea2089d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codespell-ignore-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inout
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
files: ^.*\.(jl|md|yaml)$
args: ["--ignore-words=.codespell-ignore-words.txt"]

ci: # https://pre-commit.ci/
autofix_prs: false
autoupdate_schedule: weekly

0 comments on commit ea2089d

Please sign in to comment.