From 4efe80df206f3893043d44b4bb93d7c07c527bde Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:59:09 +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.1.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.4.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.1...v3.0.3) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.4.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.0...v2.4.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.13.0](https://github.com/asottile/pyupgrade/compare/v2.31.0...v3.13.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.10.1...5.12.0) - [github.com/psf/black: 22.1.0 → 23.9.1](https://github.com/psf/black/compare/22.1.0...23.9.1) - [github.com/PyCQA/bandit: 1.7.2 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.5) - https://gitlab.com/PyCQA/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.1.0) --- .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 550c2f9..a488e03 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.1.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -12,15 +12,15 @@ repos: - id: check-yaml - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -34,21 +34,21 @@ repos: ## - isort ## === ## - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 23.9.1 hooks: - id: black # black-jupyter ## >>> black and isort ## - repo: https://github.com/PyCQA/bandit - rev: 1.7.2 + rev: 1.7.5 hooks: - id: bandit args: [--recursive, --quiet] - - repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 6.1.0 hooks: - id: flake8 # E***, W***, F*** additional_dependencies: