File tree Expand file tree Collapse file tree 4 files changed +9
-28
lines changed Expand file tree Collapse file tree 4 files changed +9
-28
lines changed Original file line number Diff line number Diff line change 11# This file is managed by 'repo_helper'. Don't edit it directly.
22---
3+ version : 1
34update_configs :
4- - default_reviewers :
5- - domdfcoding
5+ - package_manager : python
66 directory : /
7- package_manager : python
87 update_schedule : weekly
9- version : 1
8+ default_reviewers :
9+ - domdfcoding
Original file line number Diff line number Diff line change 11# This file is managed by 'repo_helper'. Don't edit it directly.
22---
3-
43addReviewers : true
54addAssignees : true
6-
7- # A list of reviewers to be added to pull requests (GitHub user name)
85reviewers :
9- - domdfcoding
10-
11- # A number of reviewers added to the pull request
12- # Set 0 to add all the reviewers
6+ - domdfcoding
137numberOfReviewers : 0
148
15- # A list of assignees, overrides reviewers if set
16- # assignees:
17- # - assigneeA
18-
19- # A number of assignees to add to the pull request
20- # Set to 0 to add all of the assignees.
21- # Uses numberOfReviewers if unset.
22- # numberOfAssignees: 2
23-
249# more settings at https://github.com/marketplace/actions/auto-assign-action
Original file line number Diff line number Diff line change 11# This file is managed by 'repo_helper'. Don't edit it directly.
22# Read the Docs configuration file
33---
4-
5- # Required
64version : 2
7-
85sphinx :
96 builder : html
107 configuration : doc-source/conf.py
11-
12- # Optionally build your docs in additional formats such as PDF and ePub
138formats : all
14-
159python :
1610 version : 3.8
1711 install :
18- - requirements : requirements.txt
19- - requirements : doc-source/requirements.txt
12+ - requirements : requirements.txt
13+ - requirements : doc-source/requirements.txt
Original file line number Diff line number Diff line change @@ -51,3 +51,5 @@ exclude =
5151python_version = 3.6
5252namespace_packages = True
5353check_untyped_defs = True
54+ warn_unused_ignores = True
55+ incremental = False
You can’t perform that action at this time.
0 commit comments