added a few more checks using pre-commit
This commit is contained in:
parent
ebd3ec3048
commit
4f7577036b
2 changed files with 10 additions and 0 deletions
|
@ -3,3 +3,12 @@ repos:
|
||||||
rev: v0.13.0
|
rev: v0.13.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint_docker
|
- id: markdownlint_docker
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v5.0.0
|
||||||
|
hooks:
|
||||||
|
- id: detect-private-key
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- repo: https://github.com/crate-ci/typos
|
||||||
|
rev: v1.28.4
|
||||||
|
hooks:
|
||||||
|
- id: typos
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
pre-commit
|
pre-commit
|
||||||
|
typos
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue