Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.3](pre-commit/mirrors-clang-format@v18.1.2...v18.1.3)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.04.01 → 2024.04.08](henryiii/validate-pyproject-schema-store@2024.04.01...2024.04.08)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent a513a29 commit e3945a2
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 @@ -10,7 +10,7 @@ repos:
additional_dependencies: [black==23.*]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -84,7 +84,7 @@ repos:
exclude: .pre-commit-config.yaml

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
rev: v18.1.3
hooks:
- id: clang-format
types_or: [c++]
Expand All @@ -103,6 +103,6 @@ repos:
- id: check-github-workflows

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.04.01
rev: 2024.04.08
hooks:
- id: validate-pyproject

0 comments on commit e3945a2

Please sign in to comment.