Skip to content
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
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 21, 2024

  1. 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)
    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    65ba4e8 View commit details
    Browse the repository at this point in the history
  2. no mypy for test

    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9ace6e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ccc84 View commit details
    Browse the repository at this point in the history
  4. More of sanitize_md

    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8af3feb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65e4d0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4978b8a View commit details
    Browse the repository at this point in the history
  7. Satisfy linters

    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    190f483 View commit details
    Browse the repository at this point in the history
  8. Fix name for CI step

    Co-authored-by: John T. Wodder II <[email protected]>
    yarikoptic and jwodder authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9adbdb1 View commit details
    Browse the repository at this point in the history
  9. pre-commit fixups

    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    15047f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b57e0e View commit details
    Browse the repository at this point in the history
  11. no pytest-cov

    yarikoptic committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0d6d737 View commit details
    Browse the repository at this point in the history
  12. 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.
    yarikoptic authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5ef9981 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. [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 ^^^
    yarikoptic committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b56188a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    ceedd36 View commit details
    Browse the repository at this point in the history