You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:This is due to the
mdformat-pyproject
plugin.The text was updated successfully, but these errors were encountered: