-
Notifications
You must be signed in to change notification settings - Fork 17
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
--config
flag doesn't work with pyproject.toml
file
#990
Comments
Well, the first two instances of it being shown are log entries, the last one being the actual error. |
jackdewinter
added a commit
that referenced
this issue
Feb 12, 2024
jackdewinter
added a commit
that referenced
this issue
Feb 12, 2024
will be in the next release |
I see, thanks for answering. Looking forward to seeing the next release! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone 👋. Thanks for the great effort 🦾!
I have started to use the pymarkdown today and quite enjoying it! However, I noticed a problem while including it in
pre-commit
hooks.The
pymarkdown scan . ./docs
command reads the configuration from thepyproject.toml
file butpymarkdown --config=pyproject.toml scan . ./docs
doesn't do that and it raises this error:Yep, same sentence three times.
Here is my
pyproject.toml
content:python = ">=3.8,<4.0"
andpymarkdownlnt = "^0.9.16"
.The text was updated successfully, but these errors were encountered: