Skip to content

Commit bf489a9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [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.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 014cb64 commit bf489a9

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
@@ -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.0
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.0
7676
hooks:
7777
- id: codespell
7878

0 commit comments

Comments
 (0)