From 6c52f0f805dafcbfdffe2e31e333f70f81652367 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:19:49 +0100 Subject: [PATCH] chore: update pre-commit hooks (#250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/seddonym/import-linter: v2.1 → v2.2](https://github.com/seddonym/import-linter/compare/v2.1...v2.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.15.0) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 7872e81..5c581db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: args: [--py38-plus] - repo: https://github.com/seddonym/import-linter - rev: v2.1 + rev: v2.2 hooks: - id: import-linter @@ -57,7 +57,7 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: [pydantic, numpy, types-Jinja2] @@ -72,7 +72,7 @@ repos: additional_dependencies: [tomli] - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 exclude: tests_.*.py|version.*.py|setup.py # ignore tests and versioneer related code