-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
429 additions
and
103 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 |
---|---|---|
@@ -1 +1,9 @@ | ||
/target | ||
|
||
.cache | ||
|
||
# Insta snapshots. | ||
*.pending-snap | ||
|
||
# macOS | ||
**/.DS_Store |
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,25 @@ | ||
# Changelog | ||
|
||
## 0.0.2 | ||
|
||
### Enhancements | ||
|
||
- Add `pre-commit self update` ([#68](https://github.com/j178/pre-commit-rs/pull/68)) | ||
- Auto install uv ([#66](https://github.com/j178/pre-commit-rs/pull/66)) | ||
- Generate shell completion ([#20](https://github.com/j178/pre-commit-rs/pull/20)) | ||
- Implement `pre-commit clean` ([#24](https://github.com/j178/pre-commit-rs/pull/24)) | ||
- Implement `pre-commit install` ([#28](https://github.com/j178/pre-commit-rs/pull/28)) | ||
- Implement `pre-commit sample-config` ([#37](https://github.com/j178/pre-commit-rs/pull/37)) | ||
- Implement `pre-commit uninstall` ([#36](https://github.com/j178/pre-commit-rs/pull/36)) | ||
- Implement `pre-commit validate-config` ([#25](https://github.com/j178/pre-commit-rs/pull/25)) | ||
- Implement `pre-commit validate-manifest` ([#26](https://github.com/j178/pre-commit-rs/pull/26)) | ||
- Implement basic `pre-commit hook-impl` ([#63](https://github.com/j178/pre-commit-rs/pull/63)) | ||
- Partition filenames and delegate to multiple subprocesses ([#7](https://github.com/j178/pre-commit-rs/pull/7)) | ||
- Refactor xargs ([#8](https://github.com/j178/pre-commit-rs/pull/8)) | ||
- Skip empty config argument ([#64](https://github.com/j178/pre-commit-rs/pull/64)) | ||
- Use `fancy-regex` ([#62](https://github.com/j178/pre-commit-rs/pull/62)) | ||
- feat: add fail language support ([#60](https://github.com/j178/pre-commit-rs/pull/60)) | ||
|
||
### Bug Fixes | ||
|
||
- Fix stage operate_on_files ([#65](https://github.com/j178/pre-commit-rs/pull/65)) |
Oops, something went wrong.