From bfd993eedc9811b6ae4a73e53719501b0b932819 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:35 +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 16e9130..c2c2a10 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 2118e0f..c967f73 100644 --- a/doc-source/conf.py +++ b/doc-source/conf.py @@ -88,7 +88,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 4ff471b..bc402bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,7 @@ extensions = [ "sphinx_toolbox.more_autosummary.column_widths", "sphinx_toolbox.latex.succinct_seealso", ] +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 7d0a0bd..2ce2515 100644 --- a/tox.ini +++ b/tox.ini @@ -153,7 +153,7 @@ skip_install = True ignore_errors = True changedir = {toxinidir} deps = pyupgrade-directories -commands = pyup_dirs consolekit tests --py36-plus --recursive +commands = pyup_dirs consolekit tests --py37-plus --recursive [testenv:coverage] basepython = python3.9