-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: warn when CLI defaults conflict with TOML (#512)
* fix(#507): warn on store_true and store_false * fix: more readable plugin name in warning * refactor: implement code review feedback * refactor: split long-string for black * refactor: use 'not in' * Revert "refactor: split long-string for black" This reverts commit 55db115. * fix: use source of plugin Co-authored-by: Taneli Hukkinen <[email protected]> * refactor: move text inline and add resolution guidance * refactor: consider restoring UserWarning * Update src/mdformat/_cli.py * Update tests/test_plugins.py --------- Co-authored-by: Taneli Hukkinen <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters