File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ repos:
4545 exclude : " ^packages/.*/(meta.yaml|logo\\ ..*)$"
4646 # scripts
4747 - repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : v0.15.6
48+ rev : v0.15.7
4949 hooks :
5050 - id : ruff-check
5151 args : [--fix, --exit-non-zero-on-fix]
5252 files : ^scripts/.*$
5353 - id : ruff-format
5454 files : ^scripts/.*$
5555 - repo : https://github.com/tox-dev/pyproject-fmt
56- rev : v2.18.1
56+ rev : v2.20.0
5757 hooks :
5858 - id : pyproject-fmt
5959 - repo : https://github.com/camptocamp/jsonschema-gentypes
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: PyDESeq2
22description : |
33 PyDESeq2 is a python package for bulk RNA-seq differential expression analysis. It is a re-implementation
44 from scratch of the main features of the R package DESeq2 (Love et al. 2014).
5- project_home : https://github.com/owkin /PyDESeq2
5+ project_home : https://github.com/scverse /PyDESeq2
66documentation_home : https://pydeseq2.readthedocs.io/
77tutorials_home : https://pydeseq2.readthedocs.io/page/auto_examples/
88install :
You can’t perform that action at this time.
0 commit comments