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/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.6](pre-commit/mirrors-clang-format@v18.1.3...v18.1.6)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 10, 2024
1 parent b7ce522 commit 36a51d8
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
@@ -1,13 +1,13 @@
minimum_pre_commit_version: "3.0"
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: ['--py38-plus']

- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
Expand Down Expand Up @@ -39,14 +39,14 @@ repos:
#

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v18.1.3'
rev: 'v18.1.6'
hooks:
- id: clang-format
types: [c, objective-c]


- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--config", ".codespellrc"]
Expand Down

0 comments on commit 36a51d8

Please sign in to comment.