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/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/jumanjihouse/pre-commit-hooks: 2.1.5 → 3.0.0](jumanjihouse/pre-commit-hooks@2.1.5...3.0.0)
- [github.com/igorshubovych/markdownlint-cli: v0.29.0 → v0.32.2](igorshubovych/markdownlint-cli@v0.29.0...v0.32.2)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.991](pre-commit/mirrors-mypy@v0.910-1...v0.991)
- [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/psf/black: 21.9b0 → 22.12.0](psf/black@21.9b0...22.12.0)
- git://github.com/detailyang/pre-commit-shell → https://github.com/detailyang/pre-commit-shell
  • Loading branch information
pre-commit-ci[bot] authored Dec 12, 2022
1 parent 6ff07a1 commit b303c0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -49,7 +49,7 @@ repos:
- repo: https://github.com/jumanjihouse/pre-commit-hooks
# temp fix for pre-commit breakage in shellcheck
# https://github.com/jumanjihouse/pre-commit-hooks/issues/82
rev: 2.1.5
rev: 3.0.0
hooks:
# as of Feb 2020, error with ruby 3.0
# https://github.com/jumanjihouse/pre-commit-hooks/issues/86
Expand All @@ -73,18 +73,18 @@ repos:
# https://github.com/igorshubovych/markdownlint-cli
# node version of markdownlint with better disabling of checks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.29.0
rev: v0.32.2
hooks:
- id: markdownlint

# https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/
# https://github.com/pre-commit/mirrors-mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.910-1'
rev: 'v0.991'
hooks:
- id: mypy
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -109,13 +109,13 @@ repos:
# https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.12.0
hooks:
- id: black
language_version: python3.9
args: [-l 79]
# check shell scripts you check in
- repo: git://github.com/detailyang/pre-commit-shell
- repo: https://github.com/detailyang/pre-commit-shell
rev: 1.0.5
hooks:
- id: shell-lint
Expand Down

0 comments on commit b303c0f

Please sign in to comment.