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/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.8...v0.5.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.6 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.6...v18.1.8)
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent f0dd996 commit 86e1b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repos:
hooks:
- id: black-jupyter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.8"
rev: "v0.5.0"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v18.1.6"
rev: "v18.1.8"
hooks:
- id: clang-format

0 comments on commit 86e1b4e

Please sign in to comment.