Skip to content

Commit 47dc0c4

Browse files
chore(deps): update pre-commit hooks (#4727)
updates: - [github.com/pre-commit/mirrors-clang-format: v16.0.4 → v16.0.6](pre-commit/mirrors-clang-format@v16.0.4...v16.0.6) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent d462dd9 commit 47dc0c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525

2626
# Clang format the codebase automatically
2727
- repo: https://github.com/pre-commit/mirrors-clang-format
28-
rev: "v16.0.4"
28+
rev: "v16.0.6"
2929
hooks:
3030
- id: clang-format
3131
types_or: [c++, c, cuda]
@@ -38,14 +38,14 @@ repos:
3838

3939
# Ruff, the Python auto-correcting linter written in Rust
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.0.270
41+
rev: v0.0.276
4242
hooks:
4343
- id: ruff
4444
args: ["--fix", "--show-fixes"]
4545

4646
# Check static types with mypy
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.3.0"
48+
rev: "v1.4.1"
4949
hooks:
5050
- id: mypy
5151
args: []
@@ -84,7 +84,7 @@ repos:
8484

8585
# Also code format the docs
8686
- repo: https://github.com/asottile/blacken-docs
87-
rev: "1.13.0"
87+
rev: "1.14.0"
8888
hooks:
8989
- id: blacken-docs
9090
additional_dependencies:
@@ -124,7 +124,7 @@ repos:
124124
# Use tools/codespell_ignore_lines_from_errors.py
125125
# to rebuild .codespell-ignore-lines
126126
- repo: https://github.com/codespell-project/codespell
127-
rev: "v2.2.4"
127+
rev: "v2.2.5"
128128
hooks:
129129
- id: codespell
130130
exclude: ".supp$"

0 commit comments

Comments
 (0)