Skip to content

Commit

Permalink
Merge pull request #158 from ropensci/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
florianm authored Oct 15, 2024
2 parents 85bf847 + 14aceb1 commit d6642e6
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
@@ -1,9 +1,9 @@
exclude: "/migrations/|^venv/|/email/subject/"
default_stages: [commit]
default_stages: [pre-commit]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
name: Drop trailing whitespace
Expand All @@ -28,7 +28,7 @@ repos:

# https://lorenzwalthert.github.io/precommit/articles/available-hooks.html
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.2
rev: v0.4.3.9001
hooks:
- id: style-files
name: Style code to tidyverse conventions
Expand Down

0 comments on commit d6642e6

Please sign in to comment.