From 9bf1056879a74b336a0b36d05803058a23a2ff68 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:01:40 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 2 +- doc-source/conf.py | 2 +- pyproject.toml | 1 + tox.ini | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf00d0b..06354c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: args: [] - repo: https://github.com/domdfcoding/pre-commit-hooks - rev: v0.7.0 + rev: v0.8.1 hooks: - id: requirements-txt-sorter args: diff --git a/doc-source/conf.py b/doc-source/conf.py index 2cca261..ec6ecc6 100644 --- a/doc-source/conf.py +++ b/doc-source/conf.py @@ -97,7 +97,7 @@ def setup(app): app.connect("config-inited", lambda app, config: better_header_layout(config)) app.connect("build-finished", copy_asset_files) - app.add_js_file("https://unpkg.com/twemoji@latest/dist/twemoji.min.js") + app.add_js_file("https://cdn.jsdelivr.net/npm/twemoji@14.0.2/dist/twemoji.min.js") app.add_js_file("twemoji.js") app.add_css_file("twemoji.css") app.add_transform(sphinxemoji.EmojiSubstitutions) diff --git a/pyproject.toml b/pyproject.toml index b31a47c..695c9d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,7 @@ extensions = [ "sphinx_toolbox.latex.succinct_seealso", "latex_unicode", ] +sphinxemoji_source = "https://cdn.jsdelivr.net/npm/twemoji@14.0.2/dist/twemoji.min.js" gitstamp_fmt = "%d %b %Y" templates_path = [ "_templates",] html_static_path = [ "_static",] diff --git a/tox.ini b/tox.ini index 9c4408b..8b402bf 100644 --- a/tox.ini +++ b/tox.ini @@ -163,7 +163,7 @@ ignore_errors = True changedir = {toxinidir} deps = pyupgrade-directories extras = all -commands = pyup_dirs domdf_python_tools tests --py36-plus --recursive +commands = pyup_dirs domdf_python_tools tests --py37-plus --recursive [testenv:coverage] basepython = python3.9