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

Support relative imports #14

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

Support relative imports #14

wants to merge 2 commits into from

Commits on Jun 6, 2018

  1. Fix test suites

    * Disable some more flake8 warnings that pop up on my machine
    * Newer flake8 columns seems to be indexed one off from the previous
      tests
    languitar committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    031f24b View commit details
    Browse the repository at this point in the history
  2. Do not put files in isolated temp dirs

    This reenables handling relative imports correctly and doesn't seem to
    be necessary anymore on more recent mypy versions.
    
    This will fix #6
    languitar committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    db40dbf View commit details
    Browse the repository at this point in the history