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/DavidAnson/markdownlint-cli2: v0.11.0 β†’ v0.12.1](DavidAnson/markdownlint-cli2@v0.11.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.338 β†’ v1.1.349](kumaraditya303/mirrors-pyright@v1.1.338...v1.1.349)
- [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 Jan 29, 2024
1 parent a9ea79d commit 0e86d4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.11.0
rev: v0.12.1
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- 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 @@ -88,11 +88,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.338
rev: v1.1.349
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 0e86d4a

Please sign in to comment.