Skip to content

Commit 9a8d37c

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/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/DavidAnson/markdownlint-cli2: v0.8.1 → v0.9.2](DavidAnson/markdownlint-cli2@v0.8.1...v0.9.2) - [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.316 → v1.1.324](kumaraditya303/mirrors-pyright@v1.1.316...v1.1.324)
1 parent 2e03a3b commit 9a8d37c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: yamllint
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.16
56+
rev: 0.7.17
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies:
@@ -66,13 +66,13 @@ repos:
6666
- mdformat-black
6767
- mdformat-config
6868
- repo: https://github.com/DavidAnson/markdownlint-cli2
69-
rev: v0.8.1
69+
rev: v0.9.2
7070
hooks:
7171
- id: markdownlint-cli2
7272
additional_dependencies:
7373
7474
- repo: https://github.com/psf/black
75-
rev: 23.3.0
75+
rev: 23.7.0
7676
hooks:
7777
- id: black
7878
- repo: https://github.com/PyCQA/isort
@@ -86,7 +86,7 @@ repos:
8686
additional_dependencies:
8787
- tomli
8888
- repo: https://github.com/kumaraditya303/mirrors-pyright
89-
rev: v1.1.316
89+
rev: v1.1.324
9090
hooks:
9191
- id: pyright
9292
- repo: https://github.com/PyCQA/bandit

0 commit comments

Comments
 (0)