From 186c9df0ed3e82f13d33c0ed02d1c6d52ed71c50 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:10:10 +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.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.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/pycqa/bandit: 1.7.5 → 1.7.9](https://github.com/pycqa/bandit/compare/1.7.5...1.7.9) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.4.10) - [github.com/psf/black: 23.11.0 → 24.4.2](https://github.com/psf/black/compare/23.11.0...24.4.2) - [github.com/Riverside-Healthcare/djlint: v1.34.0 → v1.34.1](https://github.com/Riverside-Healthcare/djlint/compare/v1.34.0...v1.34.1) --- .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 a006b8c8..c9b1b477 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.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -23,14 +23,14 @@ repos: - id: detect-private-key - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [ "--profile", "black", "--filter-files" ] # security linter on - repo: https://github.com/pycqa/bandit - rev: 1.7.5 + rev: 1.7.9 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.1.6' + rev: 'v0.4.10' hooks: - id: ruff name: lint by Ruff @@ -46,14 +46,14 @@ repos: # uncompromise python formatter - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.4.2 hooks: - id: black name: format by black exclude: ^.*\b(migrations)\b.*$ - repo: https://github.com/Riverside-Healthcare/djlint - rev: 'v1.34.0' # replace with the latest tag on GitHub + rev: 'v1.34.1' # replace with the latest tag on GitHub hooks: - id: djlint-django entry: djlint --reformat