mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-12-18 12:00:09 +00:00
Fix linting errors
Remove unused imports Disable redundant errors Add notes for why errors are disabled
This commit is contained in:
@@ -5,6 +5,7 @@ from tox.plugin import impl
|
||||
from tox_poetry_installer import constants
|
||||
|
||||
|
||||
# pylint: disable=missing-function-docstring
|
||||
@impl
|
||||
def tox_add_option(parser: ToxParser):
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user