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: tmux-python/tmuxp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.49.0
Choose a base ref
...
head repository: tmux-python/tmuxp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.50.0
Choose a head ref
  • 17 commits
  • 39 files changed
  • 1 contributor

Commits on Nov 27, 2024

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

Commits on Nov 29, 2024

  1. py(deps) Bump dev packages

    tony committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ef6b32a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. py(deps) Bump dev packages

    tony committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    2846851 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. py(deps) Bump dev packages

    tony committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    2ac639c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. py(deps) Bump dev packages

    tony committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    e32e830 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. py(deps) Bump dev packages

    tony committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    6ab30a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fceb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f4d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b8f80 View commit details
    Browse the repository at this point in the history
  5. chore(ruff) Automated fixes for Python 3.9

    ruff check . --select ALL --fix --unsafe-fixes --preview --show-fixes --ignore T201 --ignore PT014 --ignore RUF100; ruff format .;
    
    Fixed 174 errors:
    - conftest.py:
         3 × UP006 (non-pep585-annotation)
    - docs/_ext/aafig.py:
         7 × UP006 (non-pep585-annotation)
         2 × RUF052 (used-dummy-variable)
    - docs/conf.py:
         6 × UP006 (non-pep585-annotation)
    - src/tmuxp/_internal/config_reader.py:
         5 × UP006 (non-pep585-annotation)
         2 × TC006 (runtime-cast-value)
    - src/tmuxp/_internal/types.py:
         3 × UP006 (non-pep585-annotation)
         1 × F401 (unused-import)
    - src/tmuxp/cli/__init__.py:
         1 × UP006 (non-pep585-annotation)
    - src/tmuxp/cli/debug_info.py:
         2 × UP006 (non-pep585-annotation)
    - src/tmuxp/cli/freeze.py:
         2 × UP006 (non-pep585-annotation)
         1 × RUF052 (used-dummy-variable)
         1 × TC006 (runtime-cast-value)
    - src/tmuxp/cli/import_config.py:
         2 × UP006 (non-pep585-annotation)
    - src/tmuxp/cli/load.py:
         3 × UP006 (non-pep585-annotation)
    - src/tmuxp/cli/utils.py:
         6 × UP006 (non-pep585-annotation)
         5 × RUF052 (used-dummy-variable)
    - src/tmuxp/log.py:
         1 × UP006 (non-pep585-annotation)
    - src/tmuxp/plugin.py:
         5 × UP006 (non-pep585-annotation)
    - src/tmuxp/shell.py:
         7 × UP006 (non-pep585-annotation)
    - src/tmuxp/workspace/builder.py:
         8 × UP006 (non-pep585-annotation)
    - src/tmuxp/workspace/finders.py:
         4 × UP006 (non-pep585-annotation)
         1 × PLC1802 (len-test)
    - src/tmuxp/workspace/freezer.py:
         5 × UP006 (non-pep585-annotation)
    - src/tmuxp/workspace/importers.py:
         4 × UP006 (non-pep585-annotation)
    - src/tmuxp/workspace/loader.py:
         6 × UP006 (non-pep585-annotation)
    - tests/cli/test_cli.py:
         1 × UP006 (non-pep585-annotation)
    - tests/cli/test_convert.py:
         2 × UP006 (non-pep585-annotation)
         1 × F401 (unused-import)
    - tests/cli/test_freeze.py:
         4 × UP006 (non-pep585-annotation)
    - tests/cli/test_import.py:
         5 × UP006 (non-pep585-annotation)
         1 × F401 (unused-import)
    - tests/cli/test_load.py:
        16 × UP006 (non-pep585-annotation)
    - tests/cli/test_shell.py:
        19 × UP006 (non-pep585-annotation)
    - tests/fixtures/pluginsystem/partials/_types.py:
         3 × UP006 (non-pep585-annotation)
         1 × F401 (unused-import)
    - tests/fixtures/utils.py:
         2 × RUF052 (used-dummy-variable)
    - tests/fixtures/workspace/expand1.py:
         1 × UP006 (non-pep585-annotation)
    - tests/fixtures/workspace/shell_command_before.py:
         2 × UP006 (non-pep585-annotation)
    - tests/workspace/test_builder.py:
        11 × RUF052 (used-dummy-variable)
         2 × UP006 (non-pep585-annotation)
    - tests/workspace/test_config.py:
         1 × UP006 (non-pep585-annotation)
    - tests/workspace/test_import_teamocil.py:
         7 × UP006 (non-pep585-annotation)
    - tests/workspace/test_import_tmuxinator.py:
         2 × UP006 (non-pep585-annotation)
    
    Found 1371 errors (174 fixed, 1197 remaining).
    2 files reformatted, 97 files left unchanged
    tony committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    3ed84b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce506cd View commit details
    Browse the repository at this point in the history
  7. Python 3.9 Modernization (#953)

    Python 3.8 was dropped via #951.
    tony authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    858b924 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7149507 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ab7b74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c9ff6a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83ba343 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b87732 View commit details
    Browse the repository at this point in the history
Loading