Add pre-commit for executable

This commit is contained in:
Gabriel Augendre 2023-02-09 10:08:17 +01:00
parent 65604a485e
commit b16dc70090

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: