Skip to content

Commit 00185fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/rhysd/actionlint: v1.6.26 → v1.6.27](rhysd/actionlint@v1.6.26...v1.6.27) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [github.com/DavidAnson/markdownlint-cli2: v0.10.0 → v0.12.1](DavidAnson/markdownlint-cli2@v0.10.0...v0.12.1) - [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.335 → v1.1.354](kumaraditya303/mirrors-pyright@v1.1.335...v1.1.354) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.8](PyCQA/bandit@1.7.5...1.7.8)
1 parent d517913 commit 00185fc

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
@@ -22,7 +22,7 @@ repos:
2222
- id: check-toml
2323
- id: check-json
2424
- repo: https://github.com/Lucas-C/pre-commit-hooks
25-
rev: v1.5.4
25+
rev: v1.5.5
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
@@ -46,11 +46,11 @@ repos:
4646
hooks:
4747
- id: check-mailmap
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.6.26
49+
rev: v1.6.27
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
53-
rev: v1.33.0
53+
rev: v1.35.1
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
@@ -67,7 +67,7 @@ repos:
6767
- mdformat-black
6868
- mdformat-config
6969
- repo: https://github.com/DavidAnson/markdownlint-cli2
70-
rev: v0.10.0
70+
rev: v0.12.1
7171
hooks:
7272
- id: markdownlint-cli2
7373
additional_dependencies:
@@ -78,11 +78,11 @@ repos:
7878
- id: update-CITATION.cff
7979
- id: update-pyproject.toml
8080
- repo: https://github.com/psf/black
81-
rev: 23.11.0
81+
rev: 24.3.0
8282
hooks:
8383
- id: black
8484
- repo: https://github.com/PyCQA/isort
85-
rev: 5.12.0
85+
rev: 5.13.2
8686
hooks:
8787
- id: isort
8888
- repo: https://github.com/pycqa/pydocstyle
@@ -92,11 +92,11 @@ repos:
9292
additional_dependencies:
9393
- tomli
9494
- repo: https://github.com/kumaraditya303/mirrors-pyright
95-
rev: v1.1.335
95+
rev: v1.1.354
9696
hooks:
9797
- id: pyright
9898
- repo: https://github.com/PyCQA/bandit
99-
rev: 1.7.5
99+
rev: 1.7.8
100100
hooks:
101101
- id: bandit
102102
args:

0 commit comments

Comments
 (0)