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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3)
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.1...v4.0.0-alpha.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 559e328 commit 6853f47
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 @@ -6,7 +6,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -23,12 +23,12 @@ repos:
- id: fmt
- id: clippy
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.3"
hooks:
- id: editorconfig-checker
exclude: "(.github|.idea)/.*"
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v4.0.0-alpha.3
hooks:
- id: prettier
- repo: local
Expand Down

0 comments on commit 6853f47

Please sign in to comment.