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: microsoft/vscode-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sbdchd/vscode-python
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.
  • 9 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2021

  1. Ignore mypy lint errors for other files

    mypy sometimes returns errors for files that aren't the same as the file
    it was called against.
    
    This PR adds some filtering based on the current file name.
    
    fixes #10190
    sbdchd committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b28a68c View commit details
    Browse the repository at this point in the history
  2. use regex instead

    sbdchd committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9c999bc View commit details
    Browse the repository at this point in the history
  3. add news

    sbdchd committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a840443 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. code review fixes

    sbdchd committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    434eded View commit details
    Browse the repository at this point in the history
  2. cut new line to better match actual output

    ```
    ##########Linting Output - mypy##########
    foo/__init__.py:4:5: error: Statement is unreachable  [unreachable]
    foo/bar.py:2:14: error: Incompatible types in assignment (expression has type "str", variable has type "int")  [assignment]
    Found 2 errors in 2 files (checked 1 source file)
    ```
    sbdchd committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    fd614e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    0fa7d6c View commit details
    Browse the repository at this point in the history
  2. fix offset

    sbdchd committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9c7b951 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    a8b11c1 View commit details
    Browse the repository at this point in the history
  2. fix test?

    sbdchd committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    75830b2 View commit details
    Browse the repository at this point in the history
Loading