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.1.3 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.3...v0.1.9)
- [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)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 1954d5d commit d2e2f39
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.9
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 d2e2f39

Please sign in to comment.