From f0fe977793d754693d0afeec6428de1e82e1674d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:50:13 +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/flake8: 5.0.4 → 7.1.0](https://github.com/pycqa/flake8/compare/5.0.4...7.1.0) - [github.com/pycqa/pylint: v2.15.0 → v3.2.6](https://github.com/pycqa/pylint/compare/v2.15.0...v3.2.6) - [github.com/psf/black: 22.6.0 → 24.4.2](https://github.com/psf/black/compare/22.6.0...24.4.2) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.9) - [github.com/pre-commit/mirrors-mypy: v0.971 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v1.11.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.10.1...5.13.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34cd01b..ba5d88d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,19 +3,19 @@ ci: repos: - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 7.1.0 hooks: - id: flake8 args: - --config=.flake8 - repo: https://github.com/pycqa/pylint - rev: v2.15.0 + rev: v3.2.6 hooks: - id: pylint args: - --rcfile=.pylintrc - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.4.2 hooks: - id: black language_version: python3 @@ -23,20 +23,20 @@ repos: - --config - pyproject_black.toml - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.9 hooks: - id: bandit args: - -c - bandit.yaml - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.971' + rev: 'v1.11.0' hooks: - id: mypy args: - --config-file=mypy.ini - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort args: