Files
openpipeline_spatial/.pre-commit-config.yaml
CI e64fc90ffc Build branch openpipeline_spatial/downgrade-squidpy with version downgrade-squidpy to openpipeline_spatial on branch downgrade-squidpy (803b041)
Build pipeline: openpipelines-bio.openpipeline-spatial.downgrade-squidpy-wfb5p

Source commit: 803b041ef1

Source message: fixup
2025-11-18 14:04:13 +00:00

24 lines
573 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.1
hooks:
- id: ruff-check
args: [ --fix ]
- id: ruff-format
- repo: local
hooks:
- id: run_styler
name: run_styler
language: r
description: style files with {styler}
entry: "Rscript -e 'styler::style_file(commandArgs(TRUE))'"
files: '(\.[rR]profile|\.[rR]|\.[rR]md|\.[rR]nw|\.[qQ]md)$'
additional_dependencies:
- styler
- knitr
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9012
hooks:
- id: lintr