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: Coding-Dev-Tools/deadcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Coding-Dev-Tools/deadcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on May 17, 2026

  1. fix: move revenueholdings-license to optional [license] extra with gr…

    …aceful import fallback
    
    - Remove revenueholdings-license>=0.1.0 from required dependencies
    - Add license optional-dependencies group with revenueholdings-license
    - Make require_license() import conditional: try/except ImportError
    - On ImportError, define no-op require_license() and print warning
    - Fixes CI breakage caused by revenueholdings-license not on PyPI (COM-79, COM-82, COM-83)
    Coding-Dev-Tools committed May 17, 2026
    Configuration menu
    Copy the full SHA
    1d7cb22 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

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

Commits on Jun 10, 2026

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

Commits on Jun 15, 2026

  1. Merge branch 'fix/optional-license-dep'

    # Conflicts:
    #	pyproject.toml
    #	src/deadcode/cli.py
    Coding-Dev-Tools committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    1d25cb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

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

Commits on Jun 25, 2026

  1. Merge docs: add AGENTS.md

    docs: add AGENTS.md
    Coding-Dev-Tools authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    34e889e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

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