Skip to content

Commit 4275010

Browse files
Updated files with 'repo_helper'. (#32)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 58faee3 commit 4275010

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "windows-2019"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-20.04"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "macos-latest"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^$
55

66
repos:
77
- repo: https://github.com/repo-helper/pyproject-parser
8-
rev: v0.2.3
8+
rev: v0.3.0
99
hooks:
1010
- id: reformat-pyproject
1111

@@ -73,7 +73,7 @@ repos:
7373
- id: forbid-crlf
7474

7575
- repo: https://github.com/repo-helper/formate
76-
rev: v0.4.5
76+
rev: v0.4.6
7777
hooks:
7878
- id: formate
7979
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ extensions = [
6262
"sphinx_toolbox.tweaks.latex_toc",
6363
"sphinx.ext.intersphinx",
6464
"sphinx.ext.mathjax",
65-
"sphinxcontrib.httpdomain",
6665
"sphinxcontrib.extras_require",
6766
"sphinx.ext.todo",
6867
"sphinxemoji.sphinxemoji",

0 commit comments

Comments
 (0)