You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLD Build with uv, hatchling, updated CI/pre-commit and SPEC 0 compliant package versions (#416)
* Move to uv and newer dependencies and Python versions
* Allow manually triggering the workflow
* Fix version
* Fix docs building
* Fix ruff version
* Fix mypy errors
* Fix mypy errors
* Fix mypy errors
* Make main dependencies SPEC0 compliant
* Fix numpy casting bug
* Fix docstrings error
* Update install instructions for contribution
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update requirements in docs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove uv.lock
* Fix mypy error by explicitly typing sum of booleans as int
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
12
12
*NB:* for questions about pydeseq2 that are not related to a bug, please open a topic on the [scverse ecosystem Discourse forum](https://discourse.scverse.org/c/ecosystem/38).
13
13
14
14
**To Reproduce**
15
-
Provide snippets of code and steps on how to reproduce the behavior.
15
+
Provide snippets of code and steps on how to reproduce the behavior.
0 commit comments