From 9ab52aba37d685f146148d6bf939b2051119df77 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:49:15 +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/python-poetry/poetry: 1.6.0 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.6.0...1.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.3.0](https://github.com/psf/black/compare/23.7.0...24.3.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.1) - [github.com/jackdewinter/pymarkdown: v0.9.12 → v0.9.17](https://github.com/jackdewinter/pymarkdown/compare/v0.9.12...v0.9.17) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ef5649..9983c02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/python-poetry/poetry - rev: 1.6.0 + rev: 1.8.0 hooks: - id: poetry-check # - id: poetry-lock - id: poetry-export args: ["-f", "requirements.txt", "-o", "requirements.txt"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: fix-byte-order-marker @@ -34,16 +34,16 @@ repos: # - id: mypy # args: [--ignore-missing-imports] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py38-plus] @@ -55,7 +55,7 @@ repos: ### Needs argument for diasabling line_length ### https://github.com/jackdewinter/pymarkdown/blob/main/docs/rules/rule_md013.md - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.12 + rev: v0.9.17 hooks: - id: pymarkdown args: