Skip to content

Commit cea312c

Browse files
committed
Initial commit, moving over from sns-chops/resolution
1 parent 14aecdf commit cea312c

269 files changed

Lines changed: 6654 additions & 433861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.pyc
22
*~
33
*.pkl
4+
# pixi environments
5+
.pixi/*
6+
!.pixi/config.toml

.pre-commit-config.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
ci:
2+
autofix_prs: true
3+
skip: [pixi-lock-check]
4+
5+
repos:
6+
- repo: https://github.com/pre-commit/pre-commit-hooks
7+
rev: v6.0.0
8+
hooks:
9+
- id: check-added-large-files
10+
args: [--maxkb=8192]
11+
- id: check-merge-conflict
12+
- id: check-yaml
13+
args: [--allow-multiple-documents]
14+
- id: end-of-file-fixer
15+
exclude: "tests/cis_tests/.*"
16+
- id: trailing-whitespace
17+
exclude: "tests/cis_tests/.*"
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: v0.15.0
20+
hooks:
21+
- id: ruff-check
22+
args: [--fix, --exit-non-zero-on-fix]
23+
exclude: "tests/cis_tests/.*"
24+
- id: ruff-format
25+
exclude: "tests/cis_tests/.*"
26+
- repo: local
27+
hooks:
28+
- id: pixi-lock-check
29+
name: pixi-lock-check
30+
entry: bash -c "PATH=$HOME/.pixi/bin:$PATH pixi lock --check"
31+
stage: pre-push
32+
language: system

ARCS/ARCS white beam intensity-v0.ipynb

Lines changed: 0 additions & 4310 deletions
This file was deleted.

0 commit comments

Comments
 (0)