Files
openpipeline_spatial/.pre-commit-config.yaml
CI 1c07203f14 Build branch openpipeline_spatial/v0.5 with version v0.5.0 to openpipeline_spatial on branch v0.5 (56d3738)
Build pipeline: openpipelines-bio.openpipeline-spatial.v0.5-chjp2

Source commit: 56d3738b53

Source message: Merge remote-tracking branch 'origin/main' into v0.5
2026-06-02 12:26:23 +00:00

24 lines
573 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.0
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.9015
hooks:
- id: lintr