From 0e57b939f3b8c201b1a5ea51fd95bd0c47dfead0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:38:54 +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/PyCQA/bandit: 1.7.5 → 1.7.6](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6) - [github.com/psf/black: 23.7.0 → 23.12.0](https://github.com/psf/black/compare/23.7.0...23.12.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.8) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) --- .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 590ad21..0abd0da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ".env,.yml,.gitignore,.git,.md,.txt" default_stages: [push, commit] repos: - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -14,14 +14,14 @@ repos: additional_dependencies: ["bandit[toml]"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.0 hooks: - id: black name: Black stages: [commit] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: ["--in-place", "--remove-unused-variables", "--recursive"] @@ -30,14 +30,14 @@ repos: stages: [commit] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.8 hooks: - id: ruff name: Ruff args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: ISort