Commit Graph

8 Commits

Author SHA1 Message Date
Alyssa Travitz
2311a2f2d9 ruff formatting part 2 - everything but the tests (#1610)
* add more checks

* make precommit manual

* apply formatting to pyproject.toml

* add TODO

* remove unneeded, add a few more

* add ruff, but turn everything off

* add openfe known first party

* format highest-level files

* first half of openfe protocols

* second half of openfe protocols

* openfe protocols formatting, with alyssa's fmt skips

* add ruff formatter to precommit

* fmt: off all vendored _rfe_utils code

* addressing review comments

* format openfe/utils

* format openfe/setup

* first batch of cli formatting

* second batch of cli formatting

* formatting the rest of openfecli commands

* format openfecli/parameters

* format openfe/storage

* run precommit

* Update openfecli/commands/gather.py

Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>

* update example notebooks branch for v1.7.0 docs changes (#1615)

* bump example notebooks branch

* add ipykernel to env

* roll back to fixing septop branch

* i dont think we want ipykernel

* bump to tmp_fix_docs branch

* point to branch revert-237-v1.7_cookbooks

* point to latest example notebooks release

* remove colab button, point to updated example notebooks, reorg landing page (#1618)

* remove colab button from example notebooks in docs

* point to example notebooks 2025.10.2

* replace 'try' with CLI

---------

Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
2025-10-24 14:09:45 -07:00
Mike Henry
d2e84eef9e Exit with return value from pytest.main (#1297)
* exit with the return value of pytest.main when running openfe test

* always restore env
2025-05-27 08:27:04 -07:00
David W.H. Swenson
eb8d08a199 Reorganize CLI command section grouping 2023-05-10 11:56:32 -04:00
David W.H. Swenson
88b4190fde Add expected behavior 2023-05-01 09:19:50 -05:00
David W.H. Swenson
069a449642 only cleanup the stuff that belongs in this branch! 2023-04-28 15:40:28 -05:00
David W.H. Swenson
bb6b8d6e91 Revert "little cleanup"
This reverts commit 2e12ab6f85.
2023-04-28 15:39:41 -05:00
David W.H. Swenson
2e12ab6f85 little cleanup 2023-04-28 15:35:31 -05:00
David W.H. Swenson
b376c4a05b test CLI command 2023-04-28 15:27:26 -05:00