We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f425eaa commit df3160fCopy full SHA for df3160f
1 file changed
.pre-commit-config.yaml
@@ -20,6 +20,7 @@ repos:
20
hooks:
21
- id: ruff
22
args: [--fix, --show-fixes, --target-version=py39]
23
+ exclude: ^cuda_bindings/cuda/bindings/_internal/_fast_enum\.py$
24
- id: ruff-format
25
26
- repo: local
0 commit comments