-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many Python projects support a pyproject.toml file, so its important to support it as a special output file. If pyproject.toml is passed, precli-init will update the file with a tool.precli section and its configuration options. This change also prompts to overwrite existing files. In addition the enabled vs. disabled rules is now part of a list rather than option on each rule section. This makes it easier to customize since most users would prefer to maintain a list rather than updating each section. Signed-off-by: Eric Brown <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
7 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