Skip to content

Commit 1abfebb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.6](astral-sh/ruff-pre-commit@v0.7.0...v0.9.6) - [github.com/pre-commit/mirrors-clang-format: v19.1.0 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.0...v19.1.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent c531c70 commit 1abfebb

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
@@ -35,7 +35,7 @@ repos:
3535
- id: requirements-txt-fixer
3636
# Python hooks
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.7.0
38+
rev: v0.9.6
3939
hooks:
4040
- id: ruff-format
4141
- id: ruff
@@ -70,13 +70,13 @@ repos:
7070
pass_filenames: true
7171
# C++ hooks
7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v19.1.0
73+
rev: v19.1.7
7474
hooks:
7575
- id: clang-format
7676
args: [--style=file]
7777
# Spellcheck in comments and docs
7878
- repo: https://github.com/codespell-project/codespell
79-
rev: v2.3.0
79+
rev: v2.4.1
8080
hooks:
8181
- id: codespell
8282
args: ['--write-changes', '--ignore-words-list=theses']

0 commit comments

Comments
 (0)