-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By/allow writing pre commit output to files (#4697)
* fix logger setup on module init * changelog * precommit * ymlsplitter fix * changelog * changelog * write precommit results to files * changelog * fix json_output_path * update 'Werkzeug' version * remove python 3.9 support * using JSON_Handler * remove python 3.9 support * remove python 3.9 support * precommit * mypy * revert python 3.9 support removal * EOF * EOF * EOF * EOF * EOF * don't pre-install hooks * hook results in json * logs * revert json flag * run hooks serially * allow disabling multiprocessing * run hooks in multithreading * bring back install hooks * thread safety * disable multiprocessing * fix hooks prepare * hooks prepare fix * fix system hook preparation * adapt validate default_config.toml * organize imports * organize imports * test hook results to json * mypy fix * revet validate default config * mypy * mypy * localize json_handler * Update .changelog/4697.yml Co-authored-by: Yuval Hayun <[email protected]> * pr fixes * pre-commit fix * revert default_config.toml * revert default_config.toml * Update 4696.yml --------- Co-authored-by: Yuval Hayun <[email protected]>
- Loading branch information
1 parent
6ad26b1
commit 1b8666d
Showing
8 changed files
with
148 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changes: | ||
- description: Fixed an issue where YmlSplitter attributes were being unintentionally updated. | ||
type: fix | ||
pr_number: 4696 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changes: | ||
- description: Added support for writing pre-commit results to files. | ||
type: feature | ||
pr_number: 4697 |
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
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
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