File tree Expand file tree Collapse file tree 10 files changed +12
-4
lines changed Expand file tree Collapse file tree 10 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
branches-ignore :
7
7
- ' repo-helper-update'
8
8
- ' pre-commit-ci-update-config'
9
+ - ' imgbot'
9
10
pull_request :
10
11
11
12
permissions :
Original file line number Diff line number Diff line change 7
7
branches-ignore :
8
8
- ' repo-helper-update'
9
9
- ' pre-commit-ci-update-config'
10
+ - ' imgbot'
10
11
pull_request :
11
12
12
13
permissions :
Original file line number Diff line number Diff line change 7
7
branches-ignore :
8
8
- ' repo-helper-update'
9
9
- ' pre-commit-ci-update-config'
10
+ - ' imgbot'
10
11
pull_request :
11
12
12
13
permissions :
Original file line number Diff line number Diff line change 7
7
branches-ignore :
8
8
- ' repo-helper-update'
9
9
- ' pre-commit-ci-update-config'
10
+ - ' imgbot'
10
11
11
12
pull_request :
12
13
Original file line number Diff line number Diff line change 7
7
branches-ignore :
8
8
- ' repo-helper-update'
9
9
- ' pre-commit-ci-update-config'
10
+ - ' imgbot'
10
11
tags :
11
12
- ' *'
12
13
pull_request :
Original file line number Diff line number Diff line change 7
7
branches-ignore :
8
8
- ' repo-helper-update'
9
9
- ' pre-commit-ci-update-config'
10
+ - ' imgbot'
10
11
11
12
pull_request :
12
13
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: ^$
5
5
6
6
repos :
7
7
- repo : https://github.com/repo-helper/pyproject-parser
8
- rev : v0.4.1
8
+ rev : v0.4.2
9
9
hooks :
10
10
- id : reformat-pyproject
11
11
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ snippet-fmt
56
56
:target: https://github.com/python-formate/snippet-fmt/actions?query=workflow%3A%22mypy%22
57
57
:alt: mypy status
58
58
59
- .. |requires | image :: https://requires.io /github/python-formate/snippet-fmt/requirements .svg?branch=master
60
- :target: https://requires.io /github/python-formate/snippet-fmt/requirements/?branch=master
59
+ .. |requires | image :: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/badge .svg
60
+ :target: https://dependency-dash.herokuapp.com /github/python-formate/snippet-fmt/
61
61
:alt: Requirements Status
62
62
63
63
.. |coveralls | image :: https://img.shields.io/coveralls/github/python-formate/snippet-fmt/master?logo=coveralls
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ snippet-fmt
58
58
:workflow: mypy
59
59
:alt: mypy status
60
60
61
- .. |requires | requires-io-shield ::
61
+ .. |requires | image :: https://dependency-dash.herokuapp.com/github/python-formate/snippet-fmt/badge.svg
62
+ :target: https://dependency-dash.herokuapp.com/github/python-formate/snippet-fmt/
62
63
:alt: Requirements Status
63
64
64
65
.. |coveralls | coveralls-shield ::
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ add_module_names = false
104
104
hide_none_rtype = true
105
105
all_typevars = true
106
106
overloads_location = " bottom"
107
+ html_codeblock_linenos_style = " table"
107
108
autodoc_exclude_members = [
108
109
" __dict__" ,
109
110
" __class__" ,
You can’t perform that action at this time.
0 commit comments