Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pwwang/argx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.1
Choose a base ref
...
head repository: pwwang/argx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 8, 2025

  1. style: add type ignores for untyped assignments in ArgumentParser

    - Added type ignores for untyped assignments in the ArgumentParser class.
    - Ensured compatibility with mypy type checking.
    pwwang committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    aadabb5 View commit details
    Browse the repository at this point in the history
  2. feat: add anypath type support

    - Added `cloudpathlib` as an optional dependency in `pyproject.toml`.
    - Defined an extra `anypath` that includes `cloudpathlib`.
    - Implemented a new test `test_anypath` in `tests/test_type.py` to validate the parsing of `anypath` arguments, supporting both S3 and local paths.
    pwwang committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    fc63696 View commit details
    Browse the repository at this point in the history
  3. 0.3.2

    pwwang committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    b05930c View commit details
    Browse the repository at this point in the history
Loading