File tree Expand file tree Collapse file tree 5 files changed +9
-1973
lines changed
Expand file tree Collapse file tree 5 files changed +9
-1973
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ cuda/_version.py export-subst
77* .hpp binary
88# git should not convert line endings in PNG files
99* .png binary
10- # SCM syntax highlighting & preventing 3-way merges
11- pixi.lock merge =binary linguist-language =YAML linguist-generated =true
Original file line number Diff line number Diff line change @@ -182,7 +182,3 @@ cython_debug/
182182
183183# Dont ignore
184184! .github /actions /build /
185- # pixi environments
186- .pixi /*
187- ! .pixi /config.toml
188- .gdb_history
Original file line number Diff line number Diff line change 2424 - repo : local
2525 hooks :
2626 - id : check-spdx
27- exclude : ' pixi\.lock$'
2827 name : Check SPDX Headers
2928 entry : python ./toolshed/check_spdx.py
3029 language : python
5251 - id : check-yaml
5352 - id : debug-statements
5453 - id : end-of-file-fixer
55- exclude : &gen_exclude '^(?:cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?|pixi\.lock )$'
54+ exclude : &gen_exclude '^(?:cuda_bindings/cuda/bindings/.*\.in?|cuda_bindings/docs/source/module/.*\.rst?)$'
5655 - id : mixed-line-ending
5756 - id : trailing-whitespace
5857 exclude : *gen_exclude
You can’t perform that action at this time.
0 commit comments