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 db5bceb commit 3ae319fCopy full SHA for 3ae319f
.github/workflows/tests.yml
@@ -19,3 +19,4 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
architecture: x64
21
- run: make lint
22
+ - run: make test
lintlify/linters/test_code_blocks.py
@@ -18,14 +18,12 @@ def test_extract_md_blocks() -> None:
18
) == [
_ExtractedMarkdownBlock(
header="python",
- body="""
-print("hello")
+ body="""print("hello")
23
""",
24
),
25
26
header="python HEY",
27
28
-import os
+ body="""import os
29
30
31
]
0 commit comments