We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326c060 commit 19a5e5fCopy full SHA for 19a5e5f
.pre-commit-config.yaml
@@ -20,22 +20,22 @@ repos:
20
21
# CMake linting and formatting
22
- repo: https://github.com/BlankSpruce/gersemi
23
- rev: 0.15.1
+ rev: 0.17.0
24
hooks:
25
- id: gersemi
26
name: CMake linting
27
28
# Markdown linting
29
# Config file: .markdownlint.yaml
30
- repo: https://github.com/igorshubovych/markdownlint-cli
31
- rev: v0.41.0
+ rev: v0.43.0
32
33
- id: markdownlint
34
exclude: ^papers/
35
36
# Config file: .codespell_ignore
37
- repo: https://github.com/codespell-project/codespell
38
- rev: v2.2.6
+ rev: v2.3.0
39
40
- id: codespell
41
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']
0 commit comments