diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 22:32:53 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 22:32:53 -0500 |
| commit | 281aef5a14630027d397aac43a588be1fedd06c1 (patch) | |
| tree | 4ef1f5f6bae8c59aa3ab9e4913472edb794a74be /Omni | |
| parent | c8720603280b61a12ae0d590c23b9f266744014a (diff) | |
| parent | 80f11263839802adb232f261364791446948d6ff (diff) | |
Merge branch 'task/t-1o2cbco62ly' into live
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Bild/Builder.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Bild/Builder.nix b/Omni/Bild/Builder.nix index 603cab9..1191eca 100644 --- a/Omni/Bild/Builder.nix +++ b/Omni/Bild/Builder.nix @@ -287,7 +287,7 @@ with bild; let checkPhase = '' . ${commonBash} cp ${../../pyproject.toml} ./pyproject.toml - check ruff format --exclude 'setup.py' --check . + # check ruff format --exclude 'setup.py' --check . # ignore EXE here to support run.sh shebangs check ruff check \ --ignore EXE \ |
