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/Lucas-C/pre-commit-hooks: v1.3.1 → v1.4.2](Lucas-C/pre-commit-hooks@v1.3.1...v1.4.2)
- [github.com/jorisroovers/gitlint: v0.18.0 → v0.19.0dev](jorisroovers/gitlint@v0.18.0...v0.19.0dev)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.6.2 → 2.7.1](editorconfig-checker/editorconfig-checker.python@2.6.2...2.7.1)
- [github.com/adrienverge/yamllint: v1.28.0 → v1.29.0](adrienverge/yamllint@v1.28.0...v1.29.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.5.1 → v0.6.0](DavidAnson/markdownlint-cli2@v0.5.1...v0.6.0)
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/PyCQA/isort: 5.11.0 → 5.12.0](PyCQA/isort@5.11.0...5.12.0)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/kumaraditya303/mirrors-pyright: v1.1.283 → v1.1.295](kumaraditya303/mirrors-pyright@v1.1.283...v1.1.295)
  • Loading branch information
pre-commit-ci[bot] authored Feb 27, 2023
1 parent ca1fc30 commit 8cde934
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: check-toml
- id: check-json
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.4.2
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
Expand All @@ -31,13 +31,13 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0
rev: v0.19.0dev
hooks:
- id: gitlint
args:
- --msg-filename
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.6.2
rev: 2.7.1
hooks:
- id: editorconfig-checker
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand All @@ -48,7 +48,7 @@ repos:
- id: shfmt
exclude: .*\.zsh$
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
Expand All @@ -69,27 +69,27 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.5.1
rev: v0.6.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath@0.9.1
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.11.0
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
additional_dependencies:
- toml
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.283
rev: v1.1.295
hooks:
- id: pyright
- repo: https://github.com/PyCQA/bandit
Expand Down

0 comments on commit 8cde934

Please sign in to comment.