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 c4567ac commit df0483fCopy full SHA for df0483f
.pre-commit-config.yaml
@@ -13,6 +13,8 @@ repos:
13
- id: detect-private-key
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
+ - id: check-executables-have-shebangs
17
+ - id: check-shebang-scripts-are-executable
18
- repo: https://github.com/roy-ht/pre-commit-jupyter
19
rev: v1.2.1
20
hooks:
0 commit comments