summaryrefslogtreecommitdiff
path: root/ftplugin/python.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-11 02:04:20 +0430
committerGitHub <[email protected]>2021-07-10 17:34:20 -0400
commit93379a2977ba10695cc6d0aac3ca4ce9111fa31e (patch)
treea6aa2ee2fba66073adc1d7e2eef9c3c9160fd2ac /ftplugin/python.lua
parent5c7600322848fa1a55482e2b8b45c7f97cf67a85 (diff)
avoiding OCD attack with the help of folke/todo-comments (#839)
Diffstat (limited to 'ftplugin/python.lua')
-rw-r--r--ftplugin/python.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/python.lua b/ftplugin/python.lua
index 297c5f33..bfb17a3b 100644
--- a/ftplugin/python.lua
+++ b/ftplugin/python.lua
@@ -1,6 +1,6 @@
local python_arguments = {}
--- TODO replace with path argument
+-- TODO: replace with path argument
local flake8 = {
LintCommand = "flake8 --ignore=E501 --stdin-display-name ${INPUT} -",
lintStdin = true,