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: v3.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v3.4.0...v4.6.0)
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/google/yapf: v0.30.0 → v0.40.2](google/yapf@v0.30.0...v0.40.2)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent 2a0afb6 commit 65cdb94
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 @@ -2,7 +2,7 @@
# pre-commit install
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.6.0
hooks:
- id: double-quote-string-fixer
- id: end-of-file-fixer
Expand All @@ -12,8 +12,8 @@ repos:
- id: check-json

# yapf = yet another python formatter
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.30.0
- repo: https://github.com/google/yapf
rev: v0.40.2
hooks:
- id: yapf
name: yapf
Expand Down

0 comments on commit 65cdb94

Please sign in to comment.