diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3203256..241b7fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-manifest - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black diff --git a/sphinx_tabs/tabs.py b/sphinx_tabs/tabs.py index 81a90ce..bad665e 100644 --- a/sphinx_tabs/tabs.py +++ b/sphinx_tabs/tabs.py @@ -13,7 +13,6 @@ from sphinx.util.docutils import SphinxDirective from sphinx.directives.code import CodeBlock - JS_FILES = [ "tabs.js", ]