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.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.4...v0.6.5)
- [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.0](tox-dev/tox-ini-fmt@1.3.1...1.4.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.5...v18.1.8)
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 33db81e commit d97cc4b
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 @@ -17,15 +17,15 @@ repos:
- id: mixed-line-ending
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.6.5
hooks:
- id: ruff
args: ["--fix"]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.3.1"
rev: "1.4.0"
hooks:
- id: tox-ini-fmt
# numpydoc
Expand All @@ -36,7 +36,7 @@ repos:
args: ["--write"]
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.5
rev: v18.1.8
hooks:
- id: clang-format
# Cython
Expand Down

0 comments on commit d97cc4b

Please sign in to comment.