Skip to content

Commit db756d0

Browse files
authored
Merge pull request #88 from wusatosi/cleanup
Update pre-commit configs
2 parents f6ffaea + 19a5e5f commit db756d0

File tree

3 files changed

+13
-91
lines changed

3 files changed

+13
-91
lines changed

.cmake-format.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,26 @@ repos:
2020

2121
# CMake linting and formatting
2222
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.15.1
23+
rev: 0.17.0
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting
2727

2828
# Markdown linting
2929
# Config file: .markdownlint.yaml
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.41.0
31+
rev: v0.43.0
3232
hooks:
3333
- id: markdownlint
3434
exclude: ^papers/
35+
36+
# Config file: .codespell_ignore
37+
- repo: https://github.com/codespell-project/codespell
38+
rev: v2.3.0
39+
hooks:
40+
- id: codespell
41+
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']
42+
exclude: |
43+
(?x)^(
44+
papers/.*
45+
)$

.shellcheckrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)