forked from andreoliwa/nitpick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.27.0](andreoliwa/nitpick@v0.26.0...v0.27.0) (2021-07-20) ### Bug Fixes * **cli:** print "no violations" message ([2fedd0a](andreoliwa@2fedd0a)) * **cli:** replace the "run" command by "fix" and "check" ([andreoliwa#359](andreoliwa#359)) ([34d2499](andreoliwa@34d2499)) * don't fail when there is no config/root file ([andreoliwa#350](andreoliwa#350)) ([cca099a](andreoliwa@cca099a)) * include of remote style when there is only a local style ([andreoliwa#349](andreoliwa#349)) ([032855d](andreoliwa@032855d)) * run pre-commit hooks only on passed files ([andreoliwa#356](andreoliwa#356)) ([3db024a](andreoliwa@3db024a)) ### Features * accept a regular GitHub URL as a style ([andreoliwa#361](andreoliwa#361)) ([8fc34cb](andreoliwa@8fc34cb)) * enforce settings on any TOML file ([andreoliwa#352](andreoliwa#352)) ([8fd6324](andreoliwa@8fd6324)) * fetch GitHub URLs directly ([andreoliwa#341](andreoliwa#341)) ([d3e6811](andreoliwa@d3e6811)) * install on macOS with Homebrew ([c679adf](andreoliwa@c679adf)) * pre-commit hook to apply changes ([andreoliwa#322](andreoliwa#322)) ([5e98e5f](andreoliwa@5e98e5f)) * quick setup with `nitpick init` command ([andreoliwa#347](andreoliwa#347)) ([3156afe](andreoliwa@3156afe)) * read configuration from `.nitpick.toml` or `pyproject.toml` ([andreoliwa#332](andreoliwa#332)) ([612ae41](andreoliwa@612ae41)) * root files for other programming languages ([andreoliwa#321](andreoliwa#321)) ([09a0e83](andreoliwa@09a0e83)) * support custom protocols for styles ([andreoliwa#333](andreoliwa#333)) ([9baef63](andreoliwa@9baef63))
- Loading branch information
1 parent
bf6a991
commit f160fa1
Showing
12 changed files
with
56 additions
and
34 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,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.26.0 | ||
current_version = 0.27.0 | ||
commit = False | ||
tag = False | ||
|
||
|
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
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