-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.1.0 #60
V1.1.0 #60
Conversation
Merge back master to dev after 1.0.3
No need for matrix support over all python version when linting.
Update index.rst
Support python 3.9
try readd python 3.6 Revert "update formatting" This reverts commit 5b4ec91. update formatting
Update the supported python version to 3.8-3.12
docs: add brg468 as a contributor for code, doc, and test
Smart Hose Timer Support
@@ -26,6 +34,8 @@ | |||
project_urls=PROJECT_URLS, | |||
license="MIT", | |||
description="A Python module for the Rachio API.", | |||
long_description=long_description, | |||
long_description_content_type='text/markdown', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black would make changes.
@@ -33,7 +33,7 @@ def test_get(self, mock): | |||
|
|||
# Check that the mock function is called with the rights args. | |||
self.assertEqual( | |||
args[1], f"{BASE_API_URL}/device/" f"{deviceid}", | |||
args[1], f"{BASE_API_URL}/device/{deviceid}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black would make changes.
args, kwargs = mock.call_args | ||
|
||
# Check that the mock function is called with the rights args. | ||
self.assertEqual( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black would make changes.
args, kwargs = mock.call_args | ||
|
||
# Check that the mock function is called with the rights args. | ||
self.assertEqual( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Black would make changes.
* Set the next dev version number: 1.0.4-dev * Include python 3.9 in tests * Use a static python version when linting No need for matrix support over all python version when linting. * Fix lint.yml indent * Update index.rst * Include codeql-analysis * style: fixing some code smells * Update tox.ini * Update test.yml * add valve support * fix program string * roll back to what worked try readd python 3.6 Revert "update formatting" This reverts commit 5b4ec91. update formatting * remove python 3.6 * try to make black happy * build: update supported python versions * build: quote python test versions * chore: readd removed blank line * docs: add all-contributors config * docs: add all-contributors config * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * update tests * Update publish.yml * Update publish_test.yml * Update publish_test.yml * Update setup.cfg * Update setup.py * Delete setup.cfg * Update setup.py * Update publish.yml * Update setup.py with new version number * Update setup.py version number --------- Co-authored-by: Brian Rogers <brg468@hotmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
No description provided.