Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 mdformat-pyproject not running properly #261

Closed
miloth opened this issue Dec 5, 2024 · 0 comments · Fixed by #262
Closed

🐛 mdformat-pyproject not running properly #261

miloth opened this issue Dec 5, 2024 · 0 comments · Fixed by #262
Labels
meta: CI Continuous integration meta: DX Developer experience

Comments

@miloth
Copy link
Contributor

miloth commented Dec 5, 2024

I found the following issue while investigating the task-runners. Running mdformat . --check will print files in .venv and .tox, even though there are settings to exclude them:

[tool.mdformat]
end_of_line = "lf"
exclude = [".tox/**", ".venv/**", "**/*.m[!d]", "**/*.[!m]d"]

This is due to the mdformat-pyproject plugin.

@jorenham jorenham added the meta: DX Developer experience label Dec 5, 2024
@jorenham jorenham added the meta: CI Continuous integration label Dec 7, 2024
@jorenham jorenham linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: CI Continuous integration meta: DX Developer experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants