From 9242112e2cdf46a24b598b855bf71f3c4e164fed Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 09:26:17 +0200 Subject: [PATCH] chore(deps): pre-commit autoupdate (#18) 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/psf/black: 23.9.1 → 24.4.2](https://github.com/psf/black/compare/23.9.1...24.4.2) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 1ec82b5..ec90b4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate' 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 @@ -17,33 +17,33 @@ 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/psf/black - rev: 23.9.1 + rev: 24.4.2 hooks: - id: black - 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"]