From 0b8e53b1e1e33808700eb542b9004b3b0fb4c73f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:43:45 +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 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.3.0) - [github.com/fsfe/reuse-tool: v2.0.0 → v4.0.3](https://github.com/fsfe/reuse-tool/compare/v2.0.0...v4.0.3) - [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.10](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.10) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.12.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.12.1) - [github.com/nix-community/nixpkgs-fmt: v1.2.0 → v1.3.0](https://github.com/nix-community/nixpkgs-fmt/compare/v1.2.0...v1.3.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce79a53..d97c33d 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: v5.0.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,27 +14,27 @@ 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.3.0 hooks: - id: codespell - repo: https://github.com/fsfe/reuse-tool - rev: v2.0.0 + rev: v4.0.3 hooks: - id: reuse - 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.10 hooks: - id: bandit - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.12.1 hooks: - id: mypy - repo: https://github.com/doublify/pre-commit-rust @@ -44,7 +44,7 @@ repos: - id: cargo-check - id: clippy - repo: https://github.com/nix-community/nixpkgs-fmt - rev: v1.2.0 + rev: v1.3.0 hooks: - id: nixpkgs-fmt - repo: local