File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6161 types : [text]
6262 stages : [pre-commit, pre-push, manual]
6363 minimum_pre_commit_version : 3.2.0
64+ - id : check-spdx
65+ name : check SPDX line
66+ description : checks for the presence of an SPDX-License-Identifier in the comments of source files.
67+ entry : check-spdx
68+ language : python
69+ files : \.(py|js|java|c|cpp|go|sh|ps1)$
70+ types : [text]
6471- id : pretty-format-json
6572 name : pretty format json
6673 description : sets a standard for formatting json files.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ console_scripts =
4040 check-json = pre_commit_hooks.check_json:main
4141 check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
4242 check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main
43+ check-spdx = pre_commit_hooks.check_spdx:main
4344 check-symlinks = pre_commit_hooks.check_symlinks:main
4445 check-toml = pre_commit_hooks.check_toml:main
4546 check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main
You can’t perform that action at this time.
0 commit comments