Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#189)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 →
v0.1.14](astral-sh/ruff-pre-commit@v0.1.3...v0.1.14)
- [github.com/pre-commit/mirrors-clang-format: v17.0.3 →
v17.0.6](pre-commit/mirrors-clang-format@v17.0.3...v17.0.6)
- [github.com/MarcoGorelli/cython-lint: v0.15.0 →
v0.16.0](MarcoGorelli/cython-lint@v0.15.0...v0.16.0)
<!--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 Jan 31, 2024
1 parent a2b0550 commit 0acf25c
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 @@ -16,7 +16,7 @@ repos:
- id: check-toml
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.14
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -29,12 +29,12 @@ repos:
args: ["--write"]
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.3
rev: v17.0.6
hooks:
- id: clang-format
# Cython
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.15.0
rev: v0.16.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings

0 comments on commit 0acf25c

Please sign in to comment.