diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8404f38..6b3af1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black @@ -35,7 +35,7 @@ repos: additional_dependencies: [flake8-bugbear~=22.7] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy additional_dependencies: [] diff --git a/sphinx_design/dropdown.py b/sphinx_design/dropdown.py index c702474..ecd5c46 100644 --- a/sphinx_design/dropdown.py +++ b/sphinx_design/dropdown.py @@ -149,7 +149,6 @@ def run(self): """Run the transform""" document: nodes.document = self.document for node in findall(document)(lambda node: is_component(node, "dropdown")): - # TODO option to not have card css (but requires more formatting) use_card = True