Skip to content

Commit b8304dc

Browse files
committed
mdformat to ci 3
1 parent ea18efe commit b8304dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ jobs:
149149
150150
- name: Check markdown style
151151
run: |
152-
pdm run mdformat --check --exclude "./.venv/*"
152+
pdm run mdformat --check --exclude="venv/**"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ codeformatters = [
7373
extensions = [
7474
"gfm"
7575
]
76-
exclude = [".venv/**"]
7776

7877
[tool.pytest.ini_options]
7978
testpaths = ["tests"]

0 commit comments

Comments
 (0)