Skip to content

Commit

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent bb9706e commit dd9e338
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.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
name: Upgrade code
Expand All @@ -34,7 +34,7 @@ repos:
name: Sort imports

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

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

0 comments on commit dd9e338

Please sign in to comment.