Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f49208

Browse files
committedFeb 3, 2025·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5f31e31 commit 4f49208

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎docs/clean_build_artifacts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Cross platform way to call 'rm -rf docs/_build/ docs/api/' """
1+
"""Cross platform way to call 'rm -rf docs/_build/ docs/api/'"""
22

33
from pathlib import Path
44
from shutil import rmtree

‎tests/test_nbqa_diff.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from _pytest.capture import CaptureFixture
1111

1212

13-
SPARKLES = "\N{sparkles}"
14-
SHORTCAKE = "\N{shortcake}"
15-
COLLISION = "\N{collision symbol}"
16-
BROKEN_HEART = "\N{broken heart}"
13+
SPARKLES = "\N{SPARKLES}"
14+
SHORTCAKE = "\N{SHORTCAKE}"
15+
COLLISION = "\N{COLLISION SYMBOL}"
16+
BROKEN_HEART = "\N{BROKEN HEART}"
1717
TESTS_DIR = Path("tests")
1818
TEST_DATA_DIR = TESTS_DIR / "data"
1919

‎tests/tools/test_black.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
from _pytest.capture import CaptureFixture
1616
from py._path.local import LocalPath
1717

18-
SPARKLES = "\N{sparkles}"
19-
SHORTCAKE = "\N{shortcake}"
20-
COLLISION = "\N{collision symbol}"
21-
BROKEN_HEART = "\N{broken heart}"
18+
SPARKLES = "\N{SPARKLES}"
19+
SHORTCAKE = "\N{SHORTCAKE}"
20+
COLLISION = "\N{COLLISION SYMBOL}"
21+
BROKEN_HEART = "\N{BROKEN HEART}"
2222

2323

2424
def test_black_works(tmp_notebook_for_testing: Path, capsys: "CaptureFixture") -> None:

0 commit comments

Comments
 (0)
Please sign in to comment.