Marc Sherry

Results 17 comments of Marc Sherry

First of all, thanks for opening this issue! The behavior you describe (accumulating data across multiple runs) was indeed the original behavior that I intended, and your understanding of the...

Hi there, and thanks for submitting an issue! The error output from the checker is included in this message. In this case mypy outputs a (not helpful) usage message, and...

Got it, thanks for clarifying! Yes, so we try to print out whatever context around the failure we have (as in the mypy failure in your example). It looks like...

Thanks for submitting the issue! I would prefer that users who are using old tools/versions for whatever reason (their employer hasn't yet completed migrating to py3 yet, for example) still...

It looks like pycheckers is running locally on your machine, and trying to read files on the remote machine (`/ssh:some_server:/path_to_file/flycheck_file.py`). This isn't easy to solve, I think -- we could...

Thanks for the pull request! I was looking at the bandit command line options, and it looks like it accepts `-c` for `CONFIG_FILE`, and `--ini` for `INI_PATH`. I'm less familiar...

Hi there! Thank you for the report! Can you include a little more information, so that it might be possible to debug this? - What have you tried to change...