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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-clang-format: v16.0.6 → v17.0.6](pre-commit/mirrors-clang-format@v16.0.6...v17.0.6)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.0.2...v4.0.0-alpha.7)
- [github.com/psf/black: 23.7.0 → 23.12.0](psf/black@23.7.0...23.12.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/commitizen-tools/commitizen: 3.6.0 → v3.13.0](commitizen-tools/commitizen@3.6.0...v3.13.0)
- [github.com/python-jsonschema/check-jsonschema: 0.25.0 → 0.27.3](python-jsonschema/check-jsonschema@0.25.0...0.27.3)
- [github.com/sirosen/texthooks: 0.5.0 → 0.6.3](sirosen/texthooks@0.5.0...0.6.3)
- [github.com/scop/pre-commit-shfmt: v3.7.0-1 → v3.7.0-4](scop/pre-commit-shfmt@v3.7.0-1...v3.7.0-4)
- [github.com/cmhughes/latexindent.pl: V3.22.2 → V3.23.3](cmhughes/latexindent.pl@V3.22.2...V3.23.3)
- [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent b9982a0 commit 8e670e6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude: .*.pdf

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -45,14 +45,14 @@ repos:
# - id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v16.0.6"
rev: "v17.0.6"
hooks:
- id: clang-format
types_or:
- c
- c++
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.2"
rev: "v4.0.0-alpha.7"
hooks:
- id: prettier
- repo: https://github.com/dnephin/pre-commit-golang
Expand All @@ -72,18 +72,18 @@ repos:
- id: go-mod-tidy
files: go.mod
- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.12.0"
hooks:
- id: black
- id: black-jupyter
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
args:
- --profile=black
- repo: https://github.com/commitizen-tools/commitizen
rev: "3.6.0"
rev: "v3.13.0"
hooks:
- id: commitizen
# - id: commitizen-branch
Expand All @@ -93,7 +93,7 @@ repos:
- id: cmake-format
- id: cmake-lint
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.25.0"
rev: "0.27.3"
hooks:
# - id: check-jsonschema
# - id: check-metaschema
Expand All @@ -108,15 +108,15 @@ repos:
- id: check-renovate
- id: check-travis
- repo: https://github.com/sirosen/texthooks
rev: "0.5.0"
rev: "0.6.3"
hooks:
- id: fix-smartquotes
- id: fix-ligatures
- id: fix-spaces
- id: forbid-bidi-controls
- id: macro-expand
- repo: https://github.com/scop/pre-commit-shfmt
rev: "v3.7.0-1"
rev: "v3.7.0-4"
hooks:
- id: shfmt
files: (.sh|.zsh|.zsh-theme|envrc|zshrc)(.tmpl)?$
Expand All @@ -130,7 +130,7 @@ repos:
- --space-redirects
# - id: shfmt-docker
- repo: https://github.com/cmhughes/latexindent.pl
rev: "V3.22.2"
rev: "V3.23.3"
hooks:
- id: latexindent
files: .(tex|sty|cls|bib)$
Expand All @@ -146,7 +146,7 @@ repos:
# - id: latexindent-docker

- repo: https://github.com/python-poetry/poetry
rev: "1.6.0"
rev: "1.7.0"
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 8e670e6

Please sign in to comment.