From b5a8459289862ed7e92bf6425ba66726e260a89b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:52:06 +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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/pycqa/bandit: 1.7.9 → 1.7.10](https://github.com/pycqa/bandit/compare/1.7.9...1.7.10) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.5...v0.8.0) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/Riverside-Healthcare/djlint: v1.35.2 → v1.36.1](https://github.com/Riverside-Healthcare/djlint/compare/v1.35.2...v1.36.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2192324..41dbb133 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: repos: # basic hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,7 +30,7 @@ repos: # security linter on - repo: https://github.com/pycqa/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit name: check security by Bandit @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.6.5' + rev: 'v0.8.0' hooks: - id: ruff name: lint by Ruff @@ -46,14 +46,14 @@ repos: # uncompromise python formatter - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black name: format by black exclude: ^.*\b(migrations)\b.*$ - repo: https://github.com/Riverside-Healthcare/djlint - rev: 'v1.35.2' # replace with the latest tag on GitHub + rev: 'v1.36.1' # replace with the latest tag on GitHub hooks: - id: djlint-django entry: djlint --reformat