Skip to content

Commit

Permalink
Callouts done
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshtrivedi committed Apr 25, 2020
1 parent c1e91c1 commit c443320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -62,7 +62,6 @@ target/

# Virtualenv
.venv
.pytest_pylint

# Pycharm
.idea
Expand Down
4 changes: 2 additions & 2 deletions pytest_pylint/plugin.py
Expand Up @@ -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
Expand Down

0 comments on commit c443320

Please sign in to comment.