Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint: v1.33.0 → v1.34.0](adrienverge/yamllint@v1.33.0...v1.34.0)
- [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.1.1](psf/black@23.11.0...24.1.1)
- [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.350](kumaraditya303/mirrors-pyright@v1.1.335...v1.1.350)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.7](PyCQA/bandit@1.7.5...1.7.7)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent d517913 commit 211c3f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
Expand All @@ -67,7 +67,7 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.12.1
hooks:
- id: markdownlint-cli2
additional_dependencies:
Expand All @@ -78,11 +78,11 @@ repos:
- id: update-CITATION.cff
- id: update-pyproject.toml
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -92,11 +92,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.335
rev: v1.1.350
hooks:
- id: pyright
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.7
hooks:
- id: bandit
args:
Expand Down

0 comments on commit 211c3f7

Please sign in to comment.