Skip to content

Commit d48de6e

Browse files
[repo-helper] Configuration Update (#120)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 6baae9c commit d48de6e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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.1,8.0,8.1}", experimental: False}
31+
- {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7.1,8.0,8.1}", experimental: False}
3232
- {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7.1,8.0,8.1},build", experimental: False}
3333
- {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7.1,8.0,8.1},build", experimental: False}
3434
- {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7.1,8.0,8.1,8.2},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: ^consolekit/.*\.py$

doc-source/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental
22
coincidence>=0.6.5
33
default-values>=0.6.0
4+
docutils<0.22
45
domdf-sphinx-theme>=0.3.0
56
extras-require>=0.5.0
67
html-section>=0.3.0
8+
roman>=4.0
79
seed-intersphinx-mapping>=1.2.2
810
sphinx>=3.0.3
911
sphinx-autofixture>=0.2.1

0 commit comments

Comments
 (0)