Loading pre_commit_pylint.py +0 −9 Original line number Diff line number Diff line Loading @@ -17,15 +17,6 @@ def argument_parser(): action='append', help="The names of optional requirements sets to install", ) parser.add_argument( '--cache-file', '-c', action='append', help=""" The names of files to use for keying the environment cache: if these files change a new environment is created. Defaults to any that exist of the following: pyproject.toml, setup.py, setup.cfg, requirements.txt """, ) parser.add_argument( '--fail-under', '-f', default=10.0, Loading Loading
pre_commit_pylint.py +0 −9 Original line number Diff line number Diff line Loading @@ -17,15 +17,6 @@ def argument_parser(): action='append', help="The names of optional requirements sets to install", ) parser.add_argument( '--cache-file', '-c', action='append', help=""" The names of files to use for keying the environment cache: if these files change a new environment is created. Defaults to any that exist of the following: pyproject.toml, setup.py, setup.cfg, requirements.txt """, ) parser.add_argument( '--fail-under', '-f', default=10.0, Loading