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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.1.2](editorconfig-checker/editorconfig-checker.python@2.7.3...3.1.2)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 9fb5499 commit 9bec9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
autoupdate_schedule: weekly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md,Rmd"]
Expand All @@ -16,7 +16,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "3.1.2"
hooks:
- id: editorconfig-checker
alias: ec

0 comments on commit 9bec9ba

Please sign in to comment.