mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Add pre-commit for executable
This commit is contained in:
parent
65604a485e
commit
b16dc70090
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
args:
|
||||
- --markdown-linebreak-ext=md
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.3.1
|
||||
hooks:
|
||||
|
|
Loading…
Reference in a new issue