Skip to content

Commit

Permalink
feat(lint) added lint on precommit (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: programmerraja <[email protected]>
  • Loading branch information
programmerraja and programmerraja authored Oct 29, 2024
1 parent d92a5d9 commit 543227e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
args: ['--skip=git']
- id: codespell
args: ['--skip=git']

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
- id: markdownlint

0 comments on commit 543227e

Please sign in to comment.