We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a config file with pytype --generate-config pytype.toml and edited it to match my requirements.
pytype --generate-config pytype.toml
My expectation was that, having done this, I would be able to run pytype with no arguments and the config file would be used.
pytype
However, unless I use pytype --config pytype.toml, it appears that the config file is not used.
pytype --config pytype.toml
Is that to be expected?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created a config file with
pytype --generate-config pytype.toml
and edited it to match my requirements.My expectation was that, having done this, I would be able to run
pytype
with no arguments and the config file would be used.However, unless I use
pytype --config pytype.toml
, it appears that the config file is not used.Is that to be expected?
The text was updated successfully, but these errors were encountered: