From 1d5112868afc983c1d10f08ad302662d622d143a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:14:09 +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.8.4 → 2.1.2](https://github.com/python-poetry/poetry/compare/1.8.4...2.1.2) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) - [github.com/biomejs/pre-commit: v0.5.0 → v2.0.0-beta.1](https://github.com/biomejs/pre-commit/compare/v0.5.0...v2.0.0-beta.1) - [github.com/djlint/djLint: v1.36.1 → v1.36.4](https://github.com/djlint/djLint/compare/v1.36.1...v1.36.4) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.24.3](https://github.com/gitleaks/gitleaks/compare/v8.21.2...v8.24.3) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0704869b..c8e3b1ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: - pytest repos: - repo: https://github.com/python-poetry/poetry - rev: 1.8.4 + rev: 2.1.2 hooks: - id: poetry-check - id: poetry-lock @@ -23,16 +23,16 @@ repos: exclude: ^mkdocs\.yml$ - id: check-added-large-files - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: [types-pyyaml==6.0.12.20240808] @@ -46,21 +46,21 @@ repos: pass_filenames: false always_run: true - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 # You can specify the version of Flake8 you want to use + rev: 7.2.0 # You can specify the version of Flake8 you want to use hooks: - id: flake8 additional_dependencies: [] - repo: https://github.com/biomejs/pre-commit - rev: "v0.5.0" + rev: "v2.0.0-beta.1" hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@1.8.3"] - repo: https://github.com/djlint/djLint - rev: v1.36.1 + rev: v1.36.4 hooks: - id: djlint-reformat-jinja - id: djlint-jinja - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.24.3 hooks: - id: gitleaks