Skip to content

Commit 46c534e

Browse files
authored
🐛 FIX: fixing black version to prevent pre-commit failure (#99)
* fixing black version * updating dependencies * caption class
1 parent bb7572b commit 46c534e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: flake8
2323

2424
- repo: https://github.com/psf/black
25-
rev: stable
25+
rev: 20.8b1
2626
hooks:
2727
- id: black
2828

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"click",
2828
"setuptools",
2929
"libsass",
30-
"pydata-sphinx-theme~=0.4.0",
30+
"pydata-sphinx-theme~=0.4.1",
3131
"beautifulsoup4",
3232
],
3333
extras_require={
@@ -47,11 +47,12 @@
4747
"sphinx-thebe",
4848
],
4949
"testing": [
50+
"myst_nb~=0.11.1",
5051
"coverage",
5152
"pytest~=6.0.1",
5253
"pytest-cov",
5354
"beautifulsoup4",
54-
"pytest-regressions",
55+
"pytest-regressions~=2.0.1",
5556
],
5657
},
5758
entry_points={

tests/test_build/test_build_book.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contents
44
</div>
55
<nav aria-label="Main navigation" class="sidebar__nav" id="sidebar-nav">
6-
<p class="caption">
6+
<p>
77
<span class="caption-text">
88
My caption
99
</span>

0 commit comments

Comments
 (0)