Skip to content

Commit 0a723b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.3...v0.1.7) - [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)
1 parent 1954d5d commit 0a723b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717
# Python
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.3
19+
rev: v0.1.7
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
@@ -29,12 +29,12 @@ repos:
2929
args: ["--write"]
3030
# C++
3131
- repo: https://github.com/pre-commit/mirrors-clang-format
32-
rev: v17.0.3
32+
rev: v17.0.6
3333
hooks:
3434
- id: clang-format
3535
# Cython
3636
- repo: https://github.com/MarcoGorelli/cython-lint
37-
rev: v0.15.0
37+
rev: v0.16.0
3838
hooks:
3939
- id: cython-lint
4040
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)