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: kislyuk/argcomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: kislyuk/argcomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 18 commits
  • 26 files changed
  • 8 contributors

Commits on Aug 21, 2022

  1. Sort imports

    kislyuk committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    5e7652a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Use black and isort (#374)

    kislyuk authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f21e915 View commit details
    Browse the repository at this point in the history
  2. Update github runners

    kislyuk committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3e8ed9e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. chore: flake8, black updates for contributors (#381)

    * chore(pyproject,setup): Newlines between sections
    
    * chore(test): NOQA E302
    
    ./test/test.py:20:1: E402 module level import not at top of file
    ./test/test.py:22:1: E402 module level import not at top of file
    ./test/test.py:23:1: E402 module level import not at top of file
    ./test/test.py:32:1: E402 module level import not at top of file
    
    * ci(flake8): Ignore .egg, .venv, build/, outputs
    
    * ci(black): Skip string normalization
    tony authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f84d452 View commit details
    Browse the repository at this point in the history
  2. .gitignore for contributors (#380)

    * build(.gitignore): Ignore local .venv dirs
    
    * ci(.gitignore): Ignore test/test_package/build
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            test/test_package/build/
    tony authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    8fbf4b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Tests: Disable bracketed paste by default (#379)

    * Add inputrc for tests
    
    * tests: Mock inputrc by default
    
    Fixes #337
    tony authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    95cd8bb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Update importlib-metadata dependency to include versions 5.x (#389)

    Co-authored-by: Aleksandr Dinu <aleksandrdinu@samotics.com>
    aluuu and Aleksandr Dinu authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5bb2017 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

  1. README: Fix order of arguments in validator example (#391)

    Also provide a more useful example than just letting everything through.
    drothlis authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ed82421 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    9568c36 View commit details
    Browse the repository at this point in the history
  2. Support powershell (#392)

    bebound authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a296871 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. mypy: Basic typings (#378)

    tony authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bbea68f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. v2.0.1

    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    23a66a6 View commit details
    Browse the repository at this point in the history
  2. v2.0.2

    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f136b4b View commit details
    Browse the repository at this point in the history
  3. v2.0.3

    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c2345e8 View commit details
    Browse the repository at this point in the history
  4. v2.0.4

    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    507dc6e View commit details
    Browse the repository at this point in the history
  5. Revert "Support powershell (#392)"

    This reverts commit a296871.
    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c333243 View commit details
    Browse the repository at this point in the history
  6. v2.0.5

    kislyuk committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    1dd3e9f View commit details
    Browse the repository at this point in the history
Loading