-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pylint continues on code suggestions
- Loading branch information
Showing
7 changed files
with
74 additions
and
44 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 |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
/requirements.txt | ||
/python_modules | ||
/pybuildtool/.coverage | ||
/.coverage | ||
|
||
|
||
# waf | ||
|
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,4 +1,4 @@ | ||
pip install --upgrade pip build | ||
pip install --upgrade pip build twine | ||
python -m build | ||
python -m twine upload --repository testpypi dist/* | ||
python -m twine upload --repository pypi dist/* |
Submodule fireh_runner
updated
9 files
+5 −1 | .gitignore | |
+93 −29 | fireh_runner.py | |
+12 −1 | misc/configuration.py | |
+7 −4 | modules/alembic.py | |
+0 −62 | modules/pip.py | |
+3 −1 | modules/python.py | |
+16 −8 | modules/virtualenv.py | |
+23 −0 | modules/yarn.py | |
+1 −1 | setup_modules/python.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
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,5 +1,6 @@ | ||
-r requirements-production.txt | ||
|
||
build | ||
coverage | ||
pylint | ||
pytest | ||
|
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