Skip to content

Commit 65d9334

Browse files
committed
CI: Implement suggestions by CodeRabbit
1 parent 51d2741 commit 65d9334

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
sphinx-version: "7.*"
3030

3131
env:
32-
OS: ${{ matrix.os }}
3332
PYTHON: ${{ matrix.python-version }}
3433

35-
name: "
34+
name: """
3635
Sphinx ${{ matrix.sphinx-version }}
3736
Python ${{ matrix.python-version }}
38-
"
37+
"""
3938
steps:
4039

4140
- name: Acquire sources

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ packages = [ "sphinx_design_elements" ]
201201
exclude = [
202202
]
203203
check_untyped_defs = true
204-
implicit_optional = true
205204
install_types = true
206205
no_implicit_optional = true
207206
non_interactive = true

0 commit comments

Comments
 (0)