diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fe3116..5c89d79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,33 +1,12 @@ ci: skip: - - latexindent-system - poetry-lock - - shfmt-system repos: - repo: https://github.com/commitizen-tools/commitizen - rev: "v2.42.0" + rev: "v2.42.1" hooks: - id: commitizen - - repo: https://github.com/liblaf/pre-commit-hooks - rev: "0.2.3" - hooks: - - id: latexindent-system - - id: shfmt-system - - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: "v2.7.0" - hooks: - - id: pretty-format-toml - args: - - "--autofix" - exclude: poetry.lock - - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v15.0.7" - hooks: - - id: clang-format - args: - - "--fallback-style" - - "Google" - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.0-alpha.4" hooks: @@ -48,19 +27,6 @@ exclude: requirements.txt - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: "23.1.0" - hooks: - - id: black - - id: black-jupyter - - repo: https://github.com/PyCQA/isort - rev: "5.12.0" - hooks: - - id: isort - args: - - "--profile" - - "black" - - "--filter-files" - repo: https://github.com/python-jsonschema/check-jsonschema rev: "0.21.0" hooks: @@ -68,7 +34,7 @@ - id: check-github-actions - id: check-github-workflows - repo: https://github.com/python-poetry/poetry - rev: "1.3.0" + rev: "1.4.0" hooks: - id: poetry-check - id: poetry-lock