pre-commit, black, isort [ci skip]

This commit is contained in:
OCA-git-bot
2019-10-12 11:56:17 +02:00
parent fc0595b5fb
commit 577621d8f7
2 changed files with 3 additions and 2 deletions

View File

@@ -285,5 +285,7 @@
"yield-star-spacing": "off",
"yoda": "warn"
},
"parserOptions": {}
"parserOptions": {
"ecmaVersion": 2017
}
}

View File

@@ -67,7 +67,6 @@ enable=anomalous-backslash-in-string,
xml-syntax-error,
# messages that do not cause the lint step to fail
consider-merging-classes-inherited,
copy-wo-api-one,
create-user-wo-reset-password,
dangerous-filter-wo-user,
deprecated-module,