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 1
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
2
---
3
+ version : 1
3
4
update_configs :
4
- - default_reviewers :
5
- - domdfcoding
5
+ - package_manager : python
6
6
directory : /
7
- package_manager : python
8
7
update_schedule : weekly
9
- version : 1
8
+ default_reviewers :
9
+ - domdfcoding
Original file line number Diff line number Diff line change 1
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
2
---
3
-
4
3
addReviewers : true
5
4
addAssignees : true
6
-
7
- # A list of reviewers to be added to pull requests (GitHub user name)
8
5
reviewers :
9
- - domdfcoding
10
-
11
- # A number of reviewers added to the pull request
12
- # Set 0 to add all the reviewers
6
+ - domdfcoding
13
7
numberOfReviewers : 0
14
8
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
-
24
9
# more settings at https://github.com/marketplace/actions/auto-assign-action
Original file line number Diff line number Diff line change 1
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
2
# Read the Docs configuration file
3
3
---
4
-
5
- # Required
6
4
version : 2
7
-
8
5
sphinx :
9
6
builder : html
10
7
configuration : doc-source/conf.py
11
-
12
- # Optionally build your docs in additional formats such as PDF and ePub
13
8
formats : all
14
-
15
9
python :
16
10
version : 3.8
17
11
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 =
51
51
python_version = 3.6
52
52
namespace_packages = True
53
53
check_untyped_defs = True
54
+ warn_unused_ignores = True
55
+ incremental = False
You can’t perform that action at this time.
0 commit comments