Disable line-length checks on user-defined keymaps

This commit is contained in:
Josh Klar
2018-09-22 22:08:21 -07:00
parent 8c7c9958f9
commit 579c32f703
3 changed files with 50 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ ipdb = "*"
isort = "*"
"flake8-isort" = "*"
neovim = "*"
"flake8-per-file-ignores" = "*"
[requires]
python_version = "3.7"