Skip to content

Commit 36f0014

Browse files
[pre-commit.ci] pre-commit autoupdate (#119)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Holdgraf <[email protected]>
1 parent f9a6931 commit 36f0014

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: isort
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.12.0
27+
rev: 23.3.0
2828
hooks:
2929
- id: black
3030

@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [flake8-bugbear~=22.7]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.991
38+
rev: v1.1.1
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: []

sphinx_design/dropdown.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def run(self):
149149
"""Run the transform"""
150150
document: nodes.document = self.document
151151
for node in findall(document)(lambda node: is_component(node, "dropdown")):
152-
153152
# TODO option to not have card css (but requires more formatting)
154153
use_card = True
155154

0 commit comments

Comments
 (0)