Skip to content

Commit 8dc8167

Browse files
Updated files with 'repo_helper'. (#35)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 360de0d commit 8dc8167

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

.github/workflows/python_ci.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+
1011
pull_request:
1112

1213
permissions:

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches-ignore:
88
- 'repo-helper-update'
99
- 'pre-commit-ci-update-config'
10+
tags:
11+
- '*'
1012
pull_request:
1113

1214
permissions:

.github/workflows/python_ci_macos.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+
1011
pull_request:
1112

1213
permissions:

doc-source/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental.git
2-
autodocsumm>=0.2.0
32
default-values>=0.5.0b1
43
extras-require>=0.2.0
54
furo>=2020.11.19b18

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,10 @@ autodoc_exclude_members = [
123123
"__abstractmethods__",
124124
"__hash__",
125125
]
126+
127+
[tool.mypy]
128+
python_version = "3.6"
129+
namespace_packages = true
130+
check_untyped_defs = true
131+
warn_unused_ignores = true
132+
no_implicit_optional = true

0 commit comments

Comments
 (0)