From c5d375fe52b94923d310219b0394ed4cb1b50a5b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:14:32 +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/asottile/pyupgrade: v3.10.1 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.16.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [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/flake8: 6.1.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.1.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.9) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.9) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.10.1) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86e8aa3..f7c3449 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -32,13 +32,13 @@ repos: args: [--notice=COPYRIGHT] files: python - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py38-plus] # exclude: *fixtures - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake args: @@ -50,7 +50,7 @@ repos: - --remove-unused-variables - --remove-rhs-for-unused-variables - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (black profile, in place fixes) @@ -64,7 +64,7 @@ repos: hooks: - id: yesqa - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.4.2 hooks: - id: black name: black (in place fixes) @@ -75,12 +75,12 @@ repos: # https://pre-commit.com/#top_level-default_language_version # language_version: python3.11 - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [Flake8-pyproject] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.9 hooks: - id: bandit name: bandit (checksig) @@ -88,7 +88,7 @@ repos: language: python types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.9 hooks: - id: bandit name: bandit (tests) @@ -99,6 +99,6 @@ repos: language: python types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.10.1 hooks: - id: mypy