Skip to content

Commit

Permalink
Remove custom targets for Pylint and MyPy. (pantsbuild#11441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Jan 10, 2021
1 parent 4fd0b4a commit 831d2f0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 78 deletions.
39 changes: 0 additions & 39 deletions src/python/pants/backend/python/lint/pylint/plugin_target_type.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/python/pants/backend/python/lint/pylint/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
"""

from pants.backend.python.lint.pylint import rules as pylint_rules
from pants.backend.python.lint.pylint.plugin_target_type import PylintSourcePlugin


def rules():
return pylint_rules.rules()


def target_types():
return [PylintSourcePlugin]

This file was deleted.

5 changes: 0 additions & 5 deletions src/python/pants/backend/python/typecheck/mypy/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"""

from pants.backend.python.typecheck.mypy import rules as mypy_rules
from pants.backend.python.typecheck.mypy.plugin_target_type import MyPySourcePlugin


def target_types():
return [MyPySourcePlugin]


def rules():
Expand Down

0 comments on commit 831d2f0

Please sign in to comment.