We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a955aa commit f6e9f3aCopy full SHA for f6e9f3a
.pre-commit-config.yaml
@@ -1,9 +1,19 @@
1
repos:
2
+ - repo: local
3
+ hooks:
4
+ - id: make-scripts-executable
5
+ name: Make script files executable
6
+ entry: bash -c 'git add --chmod=+x qbt-nox-static.bash qbittorrent-nox-static.sh'
7
+ language: system
8
+ files: '(qbt-nox-static\.bash|qbittorrent-nox-static\.sh)$'
9
+ pass_filenames: false
10
+
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
rev: v5.0.0
13
hooks:
14
- id: check-yaml
15
- id: end-of-file-fixer
16
+ exclude: ^(docs/|patch/)
17
- id: trailing-whitespace
18
- id: check-shebang-scripts-are-executable
19
0 commit comments