Skip to content

Commit df654df

Browse files
committed
chore(dev): add pixi setup for cuda-bindings
1 parent 7028804 commit df654df

File tree

5 files changed

+2684
-2
lines changed

5 files changed

+2684
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ 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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,6 @@ cython_debug/
182182

183183
# Dont ignore
184184
!.github/actions/build/
185+
186+
# pixi
187+
.pixi/

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ repos:
2929
language: python
3030
additional_dependencies:
3131
- https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl
32+
exclude: '.*pixi\.lock'
3233

3334
- id: no-markdown-in-docs-source
3435
name: Prevent markdown files in docs/source directories

0 commit comments

Comments
 (0)