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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.5...v0.5.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.2...v18.1.8)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 39b6e26 commit 94ce2b3
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude_types: [svg]
Expand Down Expand Up @@ -42,15 +42,15 @@ repos:
- --keep-after=.. include
- --comment-prefix=..
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.5.0
hooks:
- id: ruff
types_or: [ python ]
args: [ --fix ]
- id: ruff-format
types_or: [ python ]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
rev: v18.1.8
hooks:
- id: clang-format
types_or: [c, c++, cuda, inc]
Expand Down

0 comments on commit 94ce2b3

Please sign in to comment.