-
Notifications
You must be signed in to change notification settings - Fork 0
Sprint improvements #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
dbea888
8517ac6
10d716c
faf347d
2f32168
88e7bb3
b2925bd
c0eb48f
4e6bb22
8df1660
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,8 +30,7 @@ _skip_if_exists: | |
| - AUTHORS | ||
| - CITATION.cff | ||
| - INTERFACE.yaml | ||
| - mkdocs.yaml | ||
| - pixi.toml | ||
| # Special cases | ||
| - "!config/README.md" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should README.md state explicitly that it is auto-generated and should not be modified?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure...
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok - I suggest to park this for now, revisit when finalising documentation |
||
| - "!tests/clio_test.py" | ||
| _templates_suffix: .jinja | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| [mypy] | ||
| disable_error_code = import-untyped | ||
| exclude = (^|/)\.(snakemake|pixi)(/|$) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,9 @@ | |
| __pycache__ | ||
| *.pyc | ||
|
|
||
| ### Environments | ||
| .pixi/ | ||
|
|
||
| ### Snakemake | ||
| .snakemake/ | ||
| gurobi.log | ||
|
|
||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| [mypy] | ||
| disable_error_code = import-untyped | ||
| exclude = (^|/)\.(snakemake|pixi)(/|$) |
Uh oh!
There was an error while loading. Please reload this page.