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/google/yapf: v0.33.0 → v0.40.0](google/yapf@v0.33.0...v0.40.0)
- [github.com/asottile/pyupgrade: v3.3.2 → v3.8.0](asottile/pyupgrade@v3.3.2...v3.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 3, 2023
1 parent c8ef565 commit ea0c3e0
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 @@ -16,7 +16,7 @@ repos:
types: [python]

- repo: https://github.com/google/yapf
rev: v0.33.0
rev: v0.40.0
hooks:
- id: yapf
name: yapf
Expand All @@ -38,7 +38,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.8.0
hooks:
- id: pyupgrade
args: [
Expand Down

0 comments on commit ea0c3e0

Please sign in to comment.