Skip to content

Commit 9030c60

Browse files
committed
Exclude _fast_enum.py from ruff checks
Exclude cuda_bindings/cuda/bindings/_internal/_fast_enum.py from ruff checks to fix pre-commit error. This file is auto-generated and contains a long line that exceeds the 120 character limit. Made-with: Cursor
1 parent 9b905cb commit 9030c60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repos:
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --show-fixes]
22+
exclude: ^cuda_bindings/cuda/bindings/_internal/_fast_enum\.py$
2223
- id: ruff-format
2324

2425
- repo: local

0 commit comments

Comments
 (0)