You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tests, upgrade Python syntax, fix some flake8 (#102)
* Upgrade unit tests to use more useful asserts
* Fix some flake8 warnings
* Upgrade Python syntax with pyupgrade
* Fix some typos
* Revert "Upgrade Python syntax with pyupgrade"
This reverts commit 84fecd4.
* Upgrade positional formatters
* Fix flake8
Copy file name to clipboardexpand all lines: CONTRIBUTING.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ This project has adopted the `Microsoft Open Source Code of Conduct <https://ope
6
6
For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.
7
7
8
8
If you would like to become an active contributor to this project please
9
-
follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__
9
+
follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__.
Copy file name to clipboardexpand all lines: README.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ You can install knack as a non-privilaged user to your home directory by adding
39
39
40
40
------------
41
41
42
-
.. note:: The project is in `initial development phase <https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase>`__. We recommend pinning to at least a specific minor version when marking **knack** as a dependency in your project.
42
+
.. note:: The project is in `initial development phase <https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase>`__. We recommend pinning to at least a specific minor version when marking **knack** as a dependency in your project.
43
43
44
44
------------
45
45
@@ -141,7 +141,7 @@ This project has adopted the `Microsoft Open Source Code of Conduct <https://ope
141
141
For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.
142
142
143
143
If you would like to become an active contributor to this project please
144
-
follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__
144
+
follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__.
0 commit comments