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.1 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.1...2.7.3)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 46f3e36 commit 8368be5
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 @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: \.snap$
Expand All @@ -16,7 +16,7 @@ repos:
- id: check-added-large-files
- id: mixed-line-ending
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.1
rev: 2.7.3
hooks:
- id: editorconfig-checker
exclude_types:
Expand All @@ -25,6 +25,6 @@ repos:
- markdown
exclude: LICENSE
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v4.0.0-alpha.4
hooks:
- id: prettier

0 comments on commit 8368be5

Please sign in to comment.