We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6931 commit 36f0014Copy full SHA for 36f0014
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: isort
25
26
- repo: https://github.com/psf/black
27
- rev: 22.12.0
+ rev: 23.3.0
28
hooks:
29
- id: black
30
@@ -35,7 +35,7 @@ repos:
35
additional_dependencies: [flake8-bugbear~=22.7]
36
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v0.991
+ rev: v1.1.1
39
40
- id: mypy
41
additional_dependencies: []
sphinx_design/dropdown.py
@@ -149,7 +149,6 @@ def run(self):
149
"""Run the transform"""
150
document: nodes.document = self.document
151
for node in findall(document)(lambda node: is_component(node, "dropdown")):
152
-
153
# TODO option to not have card css (but requires more formatting)
154
use_card = True
155
0 commit comments