Files
openpipeline/.pre-commit-config.yaml
CI 1683fce826 Build branch v3.0 with version v3.0.0 (e92e56b4)
Build pipeline: vsh-ci-build-template-pn6wx

Source commit: e92e56b491

Source message: Merge remote-tracking branch 'origin/main' into v3.0
2025-08-22 17:01:05 +00:00

25 lines
574 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