Skip to content

Commit

Permalink
remove None from .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 authored Oct 7, 2024
1 parent 4031696 commit 9d1c710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
stages: [ Nonepre-commitNone, commit-msg ]
stages: [ pre-commit, commit-msg ]

additional_dependencies: [tomli]

- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down

0 comments on commit 9d1c710

Please sign in to comment.