We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75362f + 05fdf3e commit bfffcb8Copy full SHA for bfffcb8
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: requirements-txt-fixer
36
# Python hooks
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.9.2
+ rev: v0.12.2
39
hooks:
40
- id: ruff-format
41
- id: ruff
@@ -70,13 +70,13 @@ repos:
70
pass_filenames: true
71
# C++ hooks
72
- repo: https://github.com/pre-commit/mirrors-clang-format
73
- rev: v19.1.7
+ rev: v20.1.7
74
75
- id: clang-format
76
args: [--style=file]
77
# Spellcheck in comments and docs
78
- repo: https://github.com/codespell-project/codespell
79
- rev: v2.3.0
+ rev: v2.4.1
80
81
- id: codespell
82
args: ['--write-changes', '--ignore-words-list=theses,fom']
0 commit comments