-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change formatter from yapf to black Yapf is uncommon formatter, requiring it makes process of onboarding new contributors harder. Yapf with non-standard configuration as well introduces less common coding style, which might slightly confuse some developers. Black with standard configuration is the most popular formatting tool. * Replace yapf with black in dependencies Remove plugins Update poetry.lock
- Loading branch information
1 parent
5b63051
commit c1cf195
Showing
21 changed files
with
1,652 additions
and
1,918 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
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
Oops, something went wrong.