-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #673 from ceache/chore/black
chore(core): Introduce black code formatter
- Loading branch information
Showing
62 changed files
with
2,087 additions
and
1,447 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,2 +1,14 @@ | ||
[flake8] | ||
ignore = BLK100 | ||
builtins = _ | ||
exclude = | ||
.git, | ||
__pycache__, | ||
.venv/,venv/, | ||
.tox/, | ||
build/,dist/,*egg, | ||
docs/conf.py, | ||
zookeeper/ | ||
# See black's documentation for E203 | ||
max-line-length = 79 | ||
extend-ignore = BLK100,E203 | ||
|
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,5 @@ | ||
# Commit ignored from blame | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
||
# Reformat using black 22.10.0 | ||
686717629f71c66d39ab0352c605c73eace5bd1f |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,10 @@ zookeeper/ | |
.project | ||
.pydevproject | ||
.tox | ||
venv | ||
/.settings | ||
/.metadata | ||
|
||
!.gitignore | ||
!.git-blame-ignore-revs | ||
|
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
Oops, something went wrong.