Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Fix col offset #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix col offset #19

wants to merge 3 commits into from

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    1e9095a View commit details
    Browse the repository at this point in the history
  2. Make temp file creation Windows compatible

    On Windows the temp file must be closed, otherwise mypy can't open it again.
    Unfortunately, we then loose the nice to read `with` sugar and obviously
    must call `os.remove` manually.
    kaste committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    9c16fe6 View commit details
    Browse the repository at this point in the history
  3. Massage reported column

    kaste committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    42b3870 View commit details
    Browse the repository at this point in the history