Skip to content
Unverified Commit 4ccc8c86 authored by Keith Smiley's avatar Keith Smiley Committed by GitHub
Browse files

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
parent 88d12f88
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment