-
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.
* refactor: changed type defences to module * tests: updated match error messages * feat: replaced list functions to accept any iterable * chore: replace function names in code * refactor: changed tuple defence in uc * fix: replaced import to prevent deprecation warning * fix: typo in imported function * fix: fixed function argument names and gtfs tests * tests: changes to defence tests * tests: finished changes to defence tests * feat: added check iterable lenght func * refactor: change centre tuple length check in uc * tests: add tests for iterable length * fix: minor corrections to match error messages * Reorganise imports; Update comment specifying PosixPath to Path * add space for pre-commit; * Best practice changes;Update type hinting and associated docstring * chore: run pre-commit * style: changes to docs, style and defences as suggested in review * fix: changed defences in cleaners.py * fix: fixed check for type None --------- Co-authored-by: Charlie Browning <[email protected]> Co-authored-by: Ethan Moss <[email protected]>
- Loading branch information
1 parent
21a58ac
commit e7c6e7f
Showing
9 changed files
with
376 additions
and
200 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
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
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.