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 ea18efe commit b8304dcCopy full SHA for b8304dc
.github/workflows/ci.yml
@@ -149,4 +149,4 @@ jobs:
149
150
- name: Check markdown style
151
run: |
152
- pdm run mdformat --check --exclude "./.venv/*"
+ pdm run mdformat --check --exclude="venv/**"
pyproject.toml
@@ -73,7 +73,6 @@ codeformatters = [
73
extensions = [
74
"gfm"
75
]
76
-exclude = [".venv/**"]
77
78
[tool.pytest.ini_options]
79
testpaths = ["tests"]
0 commit comments