From 07a3876586e5c9c1a45d74d87a328588654e610d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:09:56 +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/psf/black: 21.9b0 → 24.4.0](https://github.com/psf/black/compare/21.9b0...24.4.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.0.0](https://github.com/PyCQA/flake8/compare/3.9.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v2.29.0...v3.15.2) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) - [github.com/PyCQA/isort: 5.9.3 → 5.13.2](https://github.com/PyCQA/isort/compare/5.9.3...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 b11659bec..a0d098184 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 24.4.0 hooks: - id: black pass_filenames: true args: ["--config", "backend-project/pyproject.toml"] exclude: "migrations/" - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 7.0.0 hooks: - id: flake8 pass_filenames: true @@ -20,7 +20,7 @@ repos: - flake8-tidy-imports args: ["--config", "backend-project/setup.cfg"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: check-json - id: check-yaml @@ -31,16 +31,16 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v3.15.2 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: rst-backticks - repo: https://github.com/PyCQA/isort - rev: '5.9.3' # Use the revision sha / tag you want to point at + rev: '5.13.2' # Use the revision sha / tag you want to point at hooks: - id: isort args: ["--settings-file", "backend-project/pyproject.toml"]