Closed
Description
openedon May 21, 2024
Bug description
In scriv, I was using src/scriv
as an argument to pylint:
https://github.com/nedbat/scriv/blob/main/tox.ini#L57
With pylint==3.1.0, this worked, and violations were found in files like src/scriv/config.py.
Updating to pylint==3.2.2, it now seems to be running the scriv command, or one of its files that implements the command?:
Command used
pylint src/scriv tests docs setup.py
Pylint output
quality: commands[3]> pylint src/scriv tests docs setup.py
Usage: scriv [OPTIONS] COMMAND [ARGS]...
Try 'scriv --help' for help.
Error: No such command 'src/scriv'.
Expected behavior
I expect the code in src/scriv to be linted.
Pylint version
pylint 3.2.2
astroid 3.2.2
Python 3.8.19 (default, Mar 21 2024, 07:16:56)
[Clang 15.0.0 (clang-1500.3.9.4)]
OS / Environment
Mac 14.5
Activity