Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.3...v0.3.5)
- [github.com/lorenzwalthert/precommit: v0.4.0 → v0.4.1](lorenzwalthert/precommit@v0.4.0...v0.4.1)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 4fe5d64 commit 9a0332e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ repos:
args: [--update-only, --title=**Table of Contents**]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff for linting and formatting python
rev: v0.3.3
rev: v0.3.5
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/lorenzwalthert/precommit
# R styling and linting
rev: v0.4.0
rev: v0.4.1
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
# - id: lintr #skip R linting for now...
- id: parsable-R
- repo: https://github.com/pre-commit/mirrors-prettier
# Format YAML and other languages
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: '\.md$'
Expand Down

0 comments on commit 9a0332e

Please sign in to comment.