-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add black check to tox.ini and CI * Modify isort config to be compatible with black Details see: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html * Format the whole codebase with black * Update coding_style documentation * Remove flake8-commas flake8-commas is deprecated. The maintainers recommend using black instead (https://github.com/PyCQA/flake8-commas/) * Ignore E203 warning from flake8 as warning is not PEP 8 compliant https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
- Loading branch information
Showing
490 changed files
with
146,778 additions
and
65,241 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
if __name__ == "__main__": | ||
from .cli import execute_from_command_line | ||
|
||
execute_from_command_line() |
Oops, something went wrong.