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
Python Dependency Update / Docs Dependencies / Remove Black (#55)
* dropping support for py 3.8 in anticipation of oct 2024
* separate dependencies and add docs depnds
* remove black and use ruff only
* track workflow too
* fix 3.8 linting issues
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ This repository is open for everyone to contribute and is maintained by [John Az
8
8
9
9
## Develop Locally
10
10
11
-
To run the the package locally (Lean more: [here](https://python-packaging-tutorial.readthedocs.io/2018/setup_py.html#under-development)):
11
+
To run the the package locally (Lean more: [here](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#working-in-development-mode)):
0 commit comments