-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- gitignore _version - ignore commits for blame that contain black-reformatting (in particular we forgot to include #280)
- Loading branch information
Showing
2 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# initial blackify #280 | ||
0095be256b369673526dff7ed754cc874f4128a2 | ||
|
||
# ensure all recent changes were black-formatted (prep for 2.4.0) | ||
d7058a5a8e489a9213ed499e999bb226397bc708 | ||
|
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 |
---|---|---|
|
@@ -10,3 +10,7 @@ __pycache__ | |
*~ | ||
dist/ | ||
|
||
# auto-generated files | ||
_version.py | ||
|
||
|