Move vim flag cast to outside of get (#1486)
With this config: ```toml [tool.black] line-length = 79 ``` In neovim, this is loaded as a string which later causes an exception to be thrown. This makes sure the value is always cast to an int
Loading
Please register or sign in to comment