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 e582ec8 commit 06589dcCopy full SHA for 06589dc
1 file changed
.pre-commit-config.yaml
@@ -12,6 +12,8 @@ ci:
12
skip: [bandit]
13
submodules: false
14
15
+gen_exclude: &gen_exclude '^cuda_bindings/cuda/bindings/.*\.in?$'
16
+
17
# Please update the rev: SHAs below with this command:
18
# pre-commit autoupdate --freeze
19
repos:
@@ -52,9 +54,11 @@ repos:
52
54
- id: check-yaml
53
55
- id: debug-statements
56
- id: end-of-file-fixer
57
+ exclude: *gen_exclude
58
- id: mixed-line-ending
59
- id: requirements-txt-fixer
60
- id: trailing-whitespace
61
62
63
# Checking for common mistakes
64
- repo: https://github.com/pre-commit/pygrep-hooks
0 commit comments