-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
cmdline --always-true
to override the config
#849
Comments
I ended up writing a bmp-runner script: So as far as I'm concerned, it's not all that urgent anymore 🤷🏻 |
i've run into this kind of stuff before and it's an absolute nightmare, i think it would require a complete rewrite of the arg parsing |
overriding seems to be possible though: Lines 1439 to 1447 in f1a7595
|
feel free to take a crack at it, when we have run into this we resorted to writing additional config files |
I can't use
--always-false=MYPY
if I already havealways_true = "MYPY"
in the config:There's no need to disallow this whatsoever. The CLI-flags should obviously take precedence.
This is blocking me from running basedmypy in the CI (of
optype
) using differentnumpy
versions. I don't want to duplicate the entire mypy config for all 6 different numpy versions, or do some hacky in-placepyproject.toml
modification or something.The text was updated successfully, but these errors were encountered: