Skip to content

Commit d86a21a

Browse files
Updated files with 'repo_helper'.
1 parent 62aafca commit d86a21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8},build", experimental: False}
31+
- {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7,8},build", experimental: False}
3232
- {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8},build", experimental: False}
3333
- {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8},build", experimental: False}
3434
- {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8},build", experimental: False}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
- id: bind-requirements
4444

4545
- repo: https://github.com/python-formate/flake8-dunder-all
46-
rev: v0.4.1
46+
rev: v0.5.0
4747
hooks:
4848
- id: ensure-dunder-all
4949
files: ^snippet_fmt/.*\.py$

0 commit comments

Comments
 (0)