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.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/google/yapf: v0.32.0 → v0.40.2](google/yapf@v0.32.0...v0.40.2)
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2023
1 parent 4d2a414 commit 3a1eb65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1" # Use the sha / tag you want to point at
rev: "v3.0.3" # Use the sha / tag you want to point at
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.32.0
- repo: https://github.com/google/yapf
rev: v0.40.2
hooks:
- id: yapf
additional_dependencies: [toml]

0 comments on commit 3a1eb65

Please sign in to comment.