-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sanitize MD and initiate addition of tests #43
Open
yarikoptic
wants to merge
14
commits into
main
Choose a base branch
from
bf-fixupmd
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Aug 21, 2024
-
Sanitize MD and initiate addition of tests
dependabot sends PRs with `[]()` in the title eg [gh-actions](deps): Bump actions/setup-python from 4 to 5 making it not legitimate markdown - [[gh-actions](deps): Bump actions/setup-python from 4 to 5](dandi/zarr_checksum#42) (253 days) so with this change we just remove any of the [] symbols, making it a legit - [gh-actions(deps): Bump actions/setup-python from 4 to 5](dandi/zarr_checksum#42) (253 days)
Configuration menu - View commit details
-
Copy full SHA for 65ba4e8 - Browse repository at this point
Copy the full SHA 65ba4e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ace6e3 - Browse repository at this point
Copy the full SHA 9ace6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ccc84 - Browse repository at this point
Copy the full SHA b3ccc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af3feb - Browse repository at this point
Copy the full SHA 8af3febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e4d0c - Browse repository at this point
Copy the full SHA 65e4d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4978b8a - Browse repository at this point
Copy the full SHA 4978b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 190f483 - Browse repository at this point
Copy the full SHA 190f483View commit details -
Co-authored-by: John T. Wodder II <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9adbdb1 - Browse repository at this point
Copy the full SHA 9adbdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15047f1 - Browse repository at this point
Copy the full SHA 15047f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b57e0e - Browse repository at this point
Copy the full SHA 6b57e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6d737 - Browse repository at this point
Copy the full SHA 0d6d737View commit details -
No tests within src_paths for isort!
John: This has nothing to do with whether imports are sorted in the tests. src_paths = tests declares that any modules immediately within tests/ are to be treated as first-party packages for sorting purposes, but we shouldn't be importing anything from modules within tests/ anyway.
Configuration menu - View commit details
-
Copy full SHA for 5ef9981 - Browse repository at this point
Copy the full SHA 5ef9981View commit details
Commits on Aug 22, 2024
-
[DATALAD RUNCMD] pre-commit autoupdate
=== Do not change lines below === { "chain": [], "cmd": "pre-commit autoupdate", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
Configuration menu - View commit details
-
Copy full SHA for b56188a - Browse repository at this point
Copy the full SHA b56188aView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ceedd36 - Browse repository at this point
Copy the full SHA ceedd36View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.