From 49dba91b7c5f5e9fba19971e7245b3a649b1515f 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:45 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/python_ci_macos.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 3bb899f..83d2e1c 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -28,14 +28,14 @@ jobs: fail-fast: False matrix: config: - - {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8.0,8.1},build", experimental: False} + - {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8.0,8.1,8.2},build", experimental: False} - {python-version: "3.11", os-ver: "14", testenvs: "py311-click{7,8.0,8.1,8.2},build", experimental: False} - {python-version: "3.12", os-ver: "14", testenvs: "py312-click{7,8.0,8.1,8.2},build", experimental: False} - {python-version: "3.13", os-ver: "14", testenvs: "py313-click{7,8.0,8.1,8.2},build", experimental: False} - - {python-version: "pypy-3.7", os-ver: "13", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} + - {python-version: "pypy-3.7", os-ver: "15-intel", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-click{7,8.0,8.1},build", experimental: True} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92efdce..6aa7db4 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: ^formate/.*\.py$