Skip to content

Commit 0dc9878

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.1.2 → 3.2.0](editorconfig-checker/editorconfig-checker.python@3.1.2...3.2.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/sirosen/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
1 parent 014cb64 commit 0dc9878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
args: [--whitespaces-count, '2']
5555

5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060

@@ -66,13 +66,13 @@ repos:
6666
args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250']
6767

6868
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
69-
rev: 3.1.2
69+
rev: 3.2.0
7070
hooks:
7171
- id: editorconfig-checker
7272
name: check .editorconfig rules
7373

7474
- repo: https://github.com/codespell-project/codespell
75-
rev: v2.3.0
75+
rev: v2.4.1
7676
hooks:
7777
- id: codespell
7878

@@ -85,7 +85,7 @@ repos:
8585
args: [--config=.cmake-linter.yml]
8686

8787
- repo: https://github.com/sirosen/check-jsonschema
88-
rev: 0.31.0
88+
rev: 0.31.1
8989
hooks:
9090
- id: check-github-workflows
9191

0 commit comments

Comments
 (0)