Skip to content

Commit 40c7993

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.4) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.1 → 2.7.2](editorconfig-checker/editorconfig-checker.python@2.7.1...2.7.2) - [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0) - [github.com/DavidAnson/markdownlint-cli2: v0.7.0 → v0.8.1](DavidAnson/markdownlint-cli2@v0.7.0...v0.8.1) - [github.com/scop/pre-commit-shfmt: v3.6.0-2 → v3.7.0-1](scop/pre-commit-shfmt@v3.6.0-2...v3.7.0-1) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/kumaraditya303/mirrors-pyright: v1.1.304 → v1.1.322](kumaraditya303/mirrors-pyright@v1.1.304...v1.1.322)
1 parent b04ce0a commit 40c7993

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.1
24+
rev: v1.5.4
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.4
28+
rev: v2.2.5
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.1
40+
rev: 2.7.2
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -46,7 +46,7 @@ repos:
4646
- id: check-mailmap
4747
- id: shellcheck
4848
- repo: https://github.com/adrienverge/yamllint
49-
rev: v1.31.0
49+
rev: v1.32.0
5050
hooks:
5151
- id: yamllint
5252
- repo: https://github.com/executablebooks/mdformat
@@ -63,17 +63,17 @@ repos:
6363
- mdformat-black
6464
- mdformat-config
6565
- repo: https://github.com/DavidAnson/markdownlint-cli2
66-
rev: v0.7.0
66+
rev: v0.8.1
6767
hooks:
6868
- id: markdownlint-cli2
6969
additional_dependencies:
7070
7171
- repo: https://github.com/scop/pre-commit-shfmt
72-
rev: v3.6.0-2
72+
rev: v3.7.0-1
7373
hooks:
7474
- id: shfmt
7575
- repo: https://github.com/psf/black
76-
rev: 23.3.0
76+
rev: 23.7.0
7777
hooks:
7878
- id: black
7979
- repo: https://github.com/PyCQA/isort
@@ -87,7 +87,7 @@ repos:
8787
additional_dependencies:
8888
- tomli
8989
- repo: https://github.com/kumaraditya303/mirrors-pyright
90-
rev: v1.1.304
90+
rev: v1.1.322
9191
hooks:
9292
- id: pyright
9393
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)