Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#11805)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.4.0 β†’ v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/google/yapf: v0.33.0 β†’ v0.40.0](google/yapf@v0.33.0...v0.40.0)
- [github.com/codespell-project/codespell: v2.2.4 β†’ v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent a453a45 commit b1a1808
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 @@ -22,7 +22,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
name: Upgrade code
Expand All @@ -35,7 +35,7 @@ repos:
name: Sort imports

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

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args:
Expand Down

0 comments on commit b1a1808

Please sign in to comment.