Skip to content

Commit 53022f1

Browse files
fix: markdownlint remove the check for venv (#55)
2 parents cb56759 + 4acd957 commit 53022f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.markdownlint-cli2.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"ignores": [
1111
"01-tutorials/workshop/README.md",
1212
"01-tutorials/README.md",
13-
"02-use-cases/beginner/README.md"
13+
"02-use-cases/beginner/README.md",
14+
"**/.venv/**"
1415
],
1516
"config": {
1617
// allow HTML

0 commit comments

Comments
 (0)