From 0ddee574150eb55ef065c3031785c2055a7b9efb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:33:31 +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/isort: 5.10.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.10.1...5.13.2) - [github.com/asottile/add-trailing-comma: v2.2.3 → v3.1.0](https://github.com/asottile/add-trailing-comma/compare/v2.2.3...v3.1.0) - https://github.com/myint/docformatter → https://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.3.1 → v1.7.5](https://github.com/PyCQA/docformatter/compare/v1.3.1...v1.7.5) - [github.com/psf/black: 22.3.0 → 24.8.0](https://github.com/psf/black/compare/22.3.0...24.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](https://github.com/PyCQA/flake8/compare/4.0.1...7.1.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2665ac3..fb42194 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -default_stages: [commit, push] +default_stages: [Nonepre-commitNone, Nonepre-pushNone] ci: autofix_commit_msg: | @@ -14,30 +14,30 @@ ci: repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) args: ["--profile", "black", "--filter-files", "--skip __init__.py"] - repo: https://github.com/asottile/add-trailing-comma - rev: v2.2.3 + rev: v3.1.0 hooks: - id: add-trailing-comma - - repo: https://github.com/myint/docformatter - rev: v1.3.1 + - repo: https://github.com/PyCQA/docformatter + rev: v1.7.5 hooks: - id: docformatter args: [--in-place] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8 args: [--config, .flake8] \ No newline at end of file