Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#355)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 →
v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 →
v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9)
- [github.com/pre-commit/mirrors-clang-format: v19.1.0 →
v19.1.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 7c2a488 commit 086c2bd
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
name: Sort imports

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.6.9
hooks:
- id: ruff
name: Ruff formatting
Expand All @@ -73,7 +73,7 @@ repos:
name: Check PEP8

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.0
rev: v19.1.1
hooks:
- id: clang-format
name: Format C++ code
Expand Down

0 comments on commit 086c2bd

Please sign in to comment.