From e5a3b7c4eee380d3b8f5a8df5d8574a3639f1eff Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:13:43 +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/asottile/pyupgrade: v3.19.1 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.1) - [github.com/pyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/pyCQA/flake8/compare/7.2.0...7.3.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 609051c2..021488cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,13 +78,13 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.1 hooks: - id: mypy files: bidspm @@ -114,7 +114,7 @@ repos: # flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/ # flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear - repo: https://github.com/pyCQA/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]