Skip to content

Commit 8cb1822

Browse files
[repo-helper] Configuration Update (#29)
* 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 bd0e063 commit 8cb1822

File tree

11 files changed

+51
-13
lines changed

11 files changed

+51
-13
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches-ignore:
77
- 'repo-helper-update'
88
- 'pre-commit-ci-update-config'
9+
- 'imgbot'
910
pull_request:
1011

1112
permissions:

.github/workflows/flake8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
- 'imgbot'
1011
pull_request:
1112

1213
permissions:

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
- 'imgbot'
1011
pull_request:
1112

1213
permissions:

.github/workflows/python_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
- 'imgbot'
1011

1112
pull_request:
1213

@@ -20,7 +21,7 @@ jobs:
2021
runs-on: "windows-2019"
2122
continue-on-error: ${{ matrix.config.experimental }}
2223
env:
23-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.1,pypy-3.6,pypy-3.7'
24+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.2,pypy-3.6,pypy-3.7'
2425

2526
strategy:
2627
fail-fast: False
@@ -30,7 +31,7 @@ jobs:
3031
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
3132
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
3233
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
33-
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
34+
- {python-version: "3.10.0-rc.2", testenvs: "py310-dev,build", experimental: True}
3435
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3536
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3637

.github/workflows/python_ci_linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
- 'imgbot'
1011
tags:
1112
- '*'
1213
pull_request:
@@ -21,7 +22,7 @@ jobs:
2122
runs-on: "ubuntu-20.04"
2223
continue-on-error: ${{ matrix.config.experimental }}
2324
env:
24-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.1,pypy-3.6,pypy-3.7'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.2,pypy-3.6,pypy-3.7'
2526

2627
strategy:
2728
fail-fast: False
@@ -31,7 +32,7 @@ jobs:
3132
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
3233
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
3334
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
34-
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
35+
- {python-version: "3.10.0-rc.2", testenvs: "py310-dev,build", experimental: True}
3536
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3637
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3738

.github/workflows/python_ci_macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
- 'imgbot'
1011

1112
pull_request:
1213

@@ -20,7 +21,7 @@ jobs:
2021
runs-on: "macos-latest"
2122
continue-on-error: ${{ matrix.config.experimental }}
2223
env:
23-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.1,pypy-3.6,pypy-3.7'
24+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-rc.2,pypy-3.6,pypy-3.7'
2425

2526
strategy:
2627
fail-fast: False
@@ -30,7 +31,7 @@ jobs:
3031
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
3132
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
3233
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
33-
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
34+
- {python-version: "3.10.0-rc.2", testenvs: "py310-dev,build", experimental: True}
3435
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3536
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3637

.pre-commit-config.yaml

Lines changed: 8 additions & 3 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.4.1
8+
rev: v0.4.2
99
hooks:
1010
- id: reformat-pyproject
1111

@@ -51,7 +51,7 @@ repos:
5151
- id: flake2lint
5252

5353
- repo: https://github.com/pre-commit/pygrep-hooks
54-
rev: v1.8.0
54+
rev: v1.9.0
5555
hooks:
5656
- id: python-no-eval
5757
- id: rst-backticks
@@ -72,7 +72,12 @@ repos:
7272
- id: remove-crlf
7373
- id: forbid-crlf
7474

75-
- repo: https://github.com/repo-helper/formate
75+
- repo: https://github.com/python-formate/snippet-fmt
76+
rev: v0.1.3
77+
hooks:
78+
- id: snippet-fmt
79+
80+
- repo: https://github.com/python-formate/formate
7681
rev: v0.4.9
7782
hooks:
7883
- id: formate

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ flake8_sphinx_links
5858
:target: https://github.com/python-formate/flake8-sphinx-links/actions?query=workflow%3A%22mypy%22
5959
:alt: mypy status
6060

61-
.. |requires| image:: https://requires.io/github/python-formate/flake8-sphinx-links/requirements.svg?branch=master
62-
:target: https://requires.io/github/python-formate/flake8-sphinx-links/requirements/?branch=master
61+
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-formate/flake8-sphinx-links/badge.svg
62+
:target: https://dependency-dash.herokuapp.com/github/python-formate/flake8-sphinx-links/
6363
:alt: Requirements Status
6464

6565
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-formate/flake8-sphinx-links/master?logo=coveralls

doc-source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ flake8_sphinx_links
6060
:workflow: mypy
6161
:alt: mypy status
6262

63-
.. |requires| requires-io-shield::
63+
.. |requires| image:: https://dependency-dash.herokuapp.com/github/python-formate/flake8-sphinx-links/badge.svg
64+
:target: https://dependency-dash.herokuapp.com/github/python-formate/flake8-sphinx-links/
6465
:alt: Requirements Status
6566

6667
.. |coveralls| coveralls-shield::

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx>=3.0.3
99
sphinx-copybutton>=0.2.12
1010
sphinx-debuginfo>=0.1.0
1111
sphinx-licenseinfo>=0.1.1
12-
sphinx-notfound-page>=0.5
12+
sphinx-notfound-page>=0.7.1
1313
sphinx-prompt>=1.1.0
1414
sphinx-pyproject>=0.1.0
1515
sphinx-tabs>=1.1.13

0 commit comments

Comments
 (0)