From b26daf3c26d431e7f281736840621a3ac1c77107 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:53:49 +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.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [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.8](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.8) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.282...v0.4.4) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.10.0) - [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.10.0](https://github.com/koalaman/shellcheck-precommit/compare/v0.9.0...v0.10.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c6b0d5..8b84d32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: fix-byte-order-marker # Prevents weird UTF-8 encoding edge cases - id: check-case-conflict # Check if case-insensitive filesystems would bork @@ -14,29 +14,29 @@ repos: - id: mixed-line-ending # Consistent LF or CRLF - id: trailing-whitespace # No trailing whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: ["--toml", "pyproject.toml"] additional_dependencies: - tomli - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.8 hooks: - id: bandit args: ["--configfile", "pyproject.toml"] additional_dependencies: - bandit[toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.282 + rev: v0.4.4 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.10.0 hooks: - id: mypy args: ["--config-file", "pyproject.toml"] @@ -45,6 +45,6 @@ repos: - pytest-stub==1.1.0 - nox==2023.4.22 - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.10.0 hooks: - id: shellcheck