Skip to content

Commit

Permalink
Remove pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 22, 2016
1 parent d19360c commit 8be6f4c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion pre_commit_hooks/detect_aws_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import argparse
import os

from six.moves import configparser # pylint: disable=import-error
from six.moves import configparser


def get_your_keys(credentials_file):
Expand Down
22 changes: 0 additions & 22 deletions pylintrc

This file was deleted.

2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
-e .

astroid<1.3.3
coverage
flake8
mock
pre-commit
pylint<1.4
pytest
3 changes: 0 additions & 3 deletions tests/check_merge_conflict_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
from testing.util import write_file


# pylint:disable=unused-argument


@pytest.yield_fixture
def f1_is_a_conflict_file(tmpdir):
# Make a merge conflict
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ commands =
coverage report --show-missing --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files
pylint {[tox]project} testing tests setup.py

[testenv:venv]
envdir = venv-{[tox]project}
Expand Down

0 comments on commit 8be6f4c

Please sign in to comment.