From d86a21ac15bb674b684f301e357c3b29dbfc8177 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:18:53 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/python_ci_macos.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index b945833..4918e65 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -28,7 +28,7 @@ jobs: fail-fast: False matrix: config: - - {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8},build", experimental: False} + - {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7,8},build", experimental: False} - {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8},build", experimental: False} - {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8},build", experimental: False} - {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8},build", experimental: False} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d81c84f..28f6b0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: bind-requirements - repo: https://github.com/python-formate/flake8-dunder-all - rev: v0.4.1 + rev: v0.5.0 hooks: - id: ensure-dunder-all files: ^snippet_fmt/.*\.py$