Skip to content

Commit f867840

Browse files
[pre-commit.ci] pre-commit autoupdate (#74)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7) * Fix spelling of seamless * Skip some kinds of files w/ codespell --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Isaac Virshup <[email protected]>
1 parent 66148be commit f867840

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.3.5
10+
rev: v0.3.7
1111
hooks:
1212
- id: ruff
1313
types_or: [python, pyi, jupyter]

Diff for: docs/how-to/ChIP_seq_genomic_ranges_tutorial.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"source": [
624624
"## Mapping chromosome annotation styles\n",
625625
"\n",
626-
"In order to annotate the ranges in the dataframe with gene symbols, ensembl ids, strand direction, etc. the two dataframes need to be merged. To make this seemless we use the bioframe [assembly_info](https://bioframe.readthedocs.io/en/latest/api-resources.html#bioframe.io.assembly.assembly_info) to map the numeric Ensembl chromosome annotation with the \"chr\" notation of the CHIP-Seq dataset and remove any peaks with unmapped chromosome values. This step is optional but makes joining the two dataframes much simpler in the next step."
626+
"In order to annotate the ranges in the dataframe with gene symbols, ensembl ids, strand direction, etc. the two dataframes need to be merged. To make this seamless we use the bioframe [assembly_info](https://bioframe.readthedocs.io/en/latest/api-resources.html#bioframe.io.assembly.assembly_info) to map the numeric Ensembl chromosome annotation with the \"chr\" notation of the CHIP-Seq dataset and remove any peaks with unmapped chromosome values. This step is optional but makes joining the two dataframes much simpler in the next step."
627627
]
628628
},
629629
{

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,5 @@ skip = [
146146
]
147147

148148
[tool.codespell]
149+
skip = ".git,*.pdf,*.svg,*.ipynb"
149150
ignore-words-list = "theis,coo,homogenous"

0 commit comments

Comments
 (0)