Skip to content

Commit e8168f5

Browse files
committed
fix(refactor): remove redundant code or comments
1 parent c2094de commit e8168f5

File tree

5 files changed

+4
-80
lines changed

5 files changed

+4
-80
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
permissions:
2727
id-token: write
2828
steps:
29-
- name: Dump GitHub context
30-
env:
31-
GITHUB_CONTEXT: ${{ toJson(github) }}
32-
run: echo "$GITHUB_CONTEXT"
3329
- uses: actions/checkout@v4
3430
- name: Set up Python
3531
uses: actions/setup-python@v5
@@ -48,7 +44,3 @@ jobs:
4844
run: python -m build
4945
- name: Publish
5046
uses: pypa/gh-action-pypi-publish@release/v1
51-
- name: Dump GitHub context
52-
env:
53-
GITHUB_CONTEXT: ${{ toJson(github) }}
54-
run: echo "$GITHUB_CONTEXT"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: uv-lock
4141
- repo: https://github.com/econchick/interrogate
42-
rev: 1.7.0 # or master if you're bold
42+
rev: 1.7.0
4343
hooks:
4444
- id: interrogate
4545
args: [--quiet, --fail-under=95, chanx]

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
- asdf global uv latest
1212
- uv venv
1313
install:
14-
- uv sync --group docs --group jwt
14+
- uv sync --group docs
1515
build:
1616
html:
1717
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Changelog
22
=========
33

4-
.. include:: ../CHANGELOG.rst
4+
.. include:: ../CHANGELOG.md
5+
:parser: myst_parser.sphinx_

test.rst

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)