-
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.
- Loading branch information
Showing
14 changed files
with
177 additions
and
86 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 |
---|---|---|
|
@@ -56,8 +56,7 @@ Ready to contribute? Here's how to set up `pudu` for local development. | |
|
||
$ git clone [email protected]:your_name_here/pudu.git | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up | ||
your fork for local development:: | ||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv pudu | ||
$ cd pudu/ | ||
|
@@ -67,8 +66,7 @@ your fork for local development:: | |
|
||
$ git checkout -b name-of-your-bugfix-or-feature | ||
|
||
5. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python | ||
versions with tox:: | ||
5. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox:: | ||
|
||
$ flake8 pudu tests | ||
$ pytest | ||
|
@@ -97,6 +95,5 @@ Before you submit a pull request, check that it meets these guidelines: | |
|
||
1. The pull request should include tests. Coverage should not go below 70% with `Codecov`. | ||
2. CodeQL should pass. | ||
3. If the pull request adds functionality, the docs should be updated. Add useful | ||
documentation to your functionality so it is included in the `docs`. | ||
3. If the pull request adds functionality, the docs should be updated. Add useful documentation to your functionality so it is included in the `docs`. | ||
4. The pull request should work for Python 3.6 through 3.10. |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__ = """Enric Tomas Grau-Luque""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.2.0' | ||
__version__ = '0.3.0' |
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.