From a8d3b53efda276c4255ec1f783c792d24fd4a6dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:08:56 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.10.0 → 23.11.0](https://github.com/psf/black/compare/23.10.0...23.11.0) - [github.com/jackdewinter/pymarkdown: v0.9.13.4 → v0.9.14](https://github.com/jackdewinter/pymarkdown/compare/v0.9.13.4...v0.9.14) - [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](https://github.com/python-poetry/poetry/compare/1.6.0...1.7.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa39600..0717579 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.11.0 hooks: - id: black args: [--line-length=80] @@ -25,7 +25,7 @@ repos: - id: isort args: [--profile=black, --line-length=80] - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.13.4 + rev: v0.9.14 hooks: - id: pymarkdown exclude: ^.github/|plugins @@ -43,7 +43,7 @@ repos: args: ["--silent", "-c", "pyproject.toml", "-r"] additional_dependencies: ["bandit[toml]"] - repo: https://github.com/python-poetry/poetry - rev: "1.6.0" + rev: "1.7.0" hooks: - id: poetry-check # - id: poetry-lock