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 ce2f16d commit 151b67eCopy full SHA for 151b67e
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: disallow-caps
51
name: Disallow improper capitalization
52
language: pygrep
53
- entry: Nanobind|Numpy|Cmake|CCache|Github|PyTest|Mqt|Tum
+ entry: '\b(?:Nanobind|Numpy|Cmake|CCache|Github|PyTest|Mqt|Tum)\b'
54
exclude: .pre-commit-config.yaml
55
priority: 0
56
@@ -161,4 +161,5 @@ repos:
161
require_serial: true
162
types_or: [python, pyi, jupyter]
163
exclude: ^(docs/|eval/)
164
+ pass_filenames: false
165
priority: 3
0 commit comments