-
Notifications
You must be signed in to change notification settings - Fork 14
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
Change dir #143
Change dir #143
Commits on Jun 11, 2024
-
BUG: Removing parent from imports as source files are siblings.
This fixes the codes import errors an enables it to run. However, pylint will error saying it cannot import, which is less of a priority than the code running.
Configuration menu - View commit details
-
Copy full SHA for fbd76b4 - Browse repository at this point
Copy the full SHA fbd76b4View commit details -
ENH: Changed exceptions to inherit from specific errors.
Inheriting from "Exception" is still broad and we can use specific exceptions for more detail
Configuration menu - View commit details
-
Copy full SHA for 56719c3 - Browse repository at this point
Copy the full SHA 56719c3View commit details
Commits on Jun 12, 2024
-
ENH: Modularised classes as they were doing multiple thins
Slack and GitHub classes have been broken down into further classes to help atomise the module. Also, moved to use data classes over dictionaries as they make the code much cleaner read and easier to work with.
Configuration menu - View commit details
-
Copy full SHA for 9f1f035 - Browse repository at this point
Copy the full SHA 9f1f035View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe702be - Browse repository at this point
Copy the full SHA fe702beView commit details -
BUG: Changed directory structure
Changed this to fix issues with Pylint and Python importing.
Configuration menu - View commit details
-
Copy full SHA for b1d172c - Browse repository at this point
Copy the full SHA b1d172cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f53ee7c - Browse repository at this point
Copy the full SHA f53ee7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd761aa - Browse repository at this point
Copy the full SHA dd761aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0695c5c - Browse repository at this point
Copy the full SHA 0695c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1139e9e - Browse repository at this point
Copy the full SHA 1139e9eView commit details -
BUG: Changing directories again to fix import errors
With this directory structure: Pylint, Pytest and Python all show no errors.
Configuration menu - View commit details
-
Copy full SHA for bb6601f - Browse repository at this point
Copy the full SHA bb6601fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ac54d - Browse repository at this point
Copy the full SHA f2ac54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f927eaf - Browse repository at this point
Copy the full SHA f927eafView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8521877 - Browse repository at this point
Copy the full SHA 8521877View commit details
Commits on Sep 2, 2024
-
BUG: Changed directory structure
Changed this to fix issues with Pylint and Python importing.
Configuration menu - View commit details
-
Copy full SHA for 58f2eea - Browse repository at this point
Copy the full SHA 58f2eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebabf6a - Browse repository at this point
Copy the full SHA ebabf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab1104 - Browse repository at this point
Copy the full SHA 0ab1104View commit details -
Configuration menu - View commit details
-
Copy full SHA for df274d7 - Browse repository at this point
Copy the full SHA df274d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef42e2 - Browse repository at this point
Copy the full SHA aef42e2View commit details -
BUG: Changing directories again to fix import errors
With this directory structure: Pylint, Pytest and Python all show no errors.
Configuration menu - View commit details
-
Copy full SHA for 1e542b5 - Browse repository at this point
Copy the full SHA 1e542b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82e322 - Browse repository at this point
Copy the full SHA b82e322View commit details -
Configuration menu - View commit details
-
Copy full SHA for b035084 - Browse repository at this point
Copy the full SHA b035084View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce43ddf - Browse repository at this point
Copy the full SHA ce43ddfView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28417e5 - Browse repository at this point
Copy the full SHA 28417e5View commit details