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

What is default name for configuration file? Is it possible to set config in pyproject.toml? #627

Closed
mgzenitech opened this issue Mar 22, 2023 · 2 comments · Fixed by #656

Comments

@mgzenitech
Copy link

What is default name for configuration file?

Is it possible to set config in pyproject.toml?
I've tried:

[tool.pymarkdown]
mode.strict-config = true
log.level = "DEBUG"

But it doesn't look like it works

@mgzenitech
Copy link
Author

And one more question:
Maybe it would be best to support .markdownlint.json as defacto standard? Same file is being used for configuring the original markdownlint in Node.js

@jackdewinter
Copy link
Owner

thinking about these this weekend. currently there is no default configuration file, but I have been thinking about the various defaults out there.

jackdewinter added a commit that referenced this issue Apr 16, 2023
* #627 - adding support for default config file
* upgrading tools and moving tool configuration into separate files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants