From 081396c667cfb1bad6f7f2d5d2e3cd0b42a35649 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 12 Oct 2019 11:56:10 +0200 Subject: [PATCH] pre-commit, black, isort [ci skip] --- .eslintrc | 4 +++- .pylintrc | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 220e0806..28a0808b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -285,5 +285,7 @@ "yield-star-spacing": "off", "yoda": "warn" }, - "parserOptions": {} + "parserOptions": { + "ecmaVersion": 2017 + } } diff --git a/.pylintrc b/.pylintrc index 99434d8c..f9ddbaa3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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,