Add pre-commit for executable

This commit is contained in:
Gabriel Augendre 2023-02-09 10:10:54 +01:00
parent 33d6c2424a
commit 90189d25a8
2 changed files with 2 additions and 0 deletions

View File

@ -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:

0
{{cookiecutter.project_slug}}/contrib/server/update Normal file → Executable file
View File