From c443320705432323cbabc1c07c52b83481779166 Mon Sep 17 00:00:00 2001 From: Dinesh Trivedi Date: Sat, 25 Apr 2020 21:36:02 +0200 Subject: [PATCH] Callouts done --- .gitignore | 1 - pytest_pylint/plugin.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf40967..3a2da87 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,6 @@ target/ # Virtualenv .venv -.pytest_pylint # Pycharm .idea diff --git a/pytest_pylint/plugin.py b/pytest_pylint/plugin.py index 3fd47ff..e9c8c01 100644 --- a/pytest_pylint/plugin.py +++ b/pytest_pylint/plugin.py @@ -9,10 +9,10 @@ from configparser import ConfigParser, NoSectionError, NoOptionError from os.path import exists, join, dirname -import pytest -import toml from pylint import lint from pylint.config import PYLINTRC +import pytest +import toml from .pylint_util import ProgrammaticReporter from .util import get_rel_path, PyLintException, should_include_file