forked from wireviz/WireViz
-
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.
Merge remote-tracking branch 'upstream/refactor/big-refactor' into Ju…
…mpers_reimp
- Loading branch information
Showing
99 changed files
with
13,184 additions
and
12,247 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# OS-specific files | ||
.DS_Store | ||
desktop.ini | ||
Thumbs.db | ||
|
||
# Development aids | ||
.idea/ | ||
.eggs | ||
__pycache__ | ||
.*.swp | ||
*.egg-info | ||
*.pyc | ||
build | ||
data | ||
dist | ||
.vscode/ | ||
temp/ | ||
venv/ | ||
.venv/ | ||
desktop.ini | ||
thumbs.db | ||
temp/ | ||
|
||
# Build/compile/release artifacts | ||
build/ | ||
dist/ | ||
*.egg-info | ||
*.pyc | ||
|
||
# Other temporary files | ||
__pycache__ | ||
.*.swp |
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 @@ | ||
#!/bin/zsh | ||
|
||
autoflake -i --remove-all-unused-imports src/wireviz/*.py | ||
isort src/wireviz/*py | ||
black src/wireviz/*.py |
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,12 @@ | ||
# The following tools have proven useful during development | ||
# Feel free to install while inside the WireViz virtualenv, using: | ||
# pip install -r devtools.txt | ||
|
||
# Code formatting | ||
black # black src/wireviz/*.py | ||
isort # isort src/wireviz/*py | ||
|
||
# Development aids | ||
pudb # import pudb; pudb.set_trace() | ||
autoflake # autoflake -i --remove-all-unused-imports src/wireviz/*.py | ||
pyan # pyan3 src/wireviz/*.py -uncge --html > temp/pyan.html |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.