2424 - repo : meta
2525 hooks :
2626 - id : identity
27+ description : A simple hook which prints all arguments passed to it, useful for debugging
2728 - id : check-hooks-apply
29+ description : Useful when testing new hooks to see if they apply to the repository
2830 - repo : https://github.com/codespell-project/codespell
2931 rev : v2.4.1
3032 hooks :
@@ -36,21 +38,36 @@ repos:
3638 rev : v6.0.0
3739 hooks :
3840 - id : check-case-conflict
41+ description : Check for files with names that would conflict on a case-insensitive filesystem like MacOS HFS+ or Windows FAT
3942 - id : check-executables-have-shebangs
43+ description : Checks that non-binary executables have a proper shebang
4044 - id : check-illegal-windows-names
45+ description : Check for files that cannot be created on Windows
4146 - id : check-json
47+ description : Attempts to load all json files to verify syntax
4248 - id : check-merge-conflict
49+ description : Check for files that contain merge conflict strings
4350 - id : check-shebang-scripts-are-executable
51+ description : Checks that scripts with shebangs are executable
4452 - id : check-vcs-permalinks
53+ description : Ensures that links to vcs websites are permalinks
4554 - id : check-xml
55+ description : Attempts to load all xml files to verify syntax
4656 - id : check-yaml
57+ description : Attempts to load all yaml files to verify syntax
4758 - id : destroyed-symlinks
59+ description : Detects symlinks which are changed to regular files with a content of a path which that symlink was pointing to
4860 - id : detect-aws-credentials
61+ description : Checks for the existence of AWS secrets that you have set up with the AWS CLI
4962 args : [--allow-missing-credentials]
5063 - id : detect-private-key
64+ description : Checks for the existence of private keys
5165 - id : end-of-file-fixer
66+ description : Makes sure files end in a newline and only a newline
5267 - id : forbid-submodules
68+ description : Forbids any submodules in the repository
5369 - id : trailing-whitespace
70+ description : Trims trailing whitespace
5471 args : [--markdown-linebreak-ext=md]
5572 - repo : https://github.com/igorshubovych/markdownlint-cli
5673 rev : v0.45.0
8198 rev : v1.7.8
8299 hooks :
83100 - id : actionlint
101+ description : actionlint is a static checker for GitHub Actions workflow files
84102 - repo : https://github.com/oxipng/oxipng
85103 rev : v9.1.5
86104 hooks :
0 commit comments