Skip to content

Commit 6ec03ae

Browse files
[pre-commit.ci] pre-commit autoupdate (#347)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent a07c58c commit 6ec03ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packages/PyDESeq2/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PyDESeq2
22
description: |
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
66
documentation_home: https://pydeseq2.readthedocs.io/
77
tutorials_home: https://pydeseq2.readthedocs.io/page/auto_examples/
88
install:

0 commit comments

Comments
 (0)