Browse Source

pre-commit, black, isort [ci skip]

pull/662/head
OCA-git-bot 5 years ago
parent
commit
081396c667
No known key found for this signature in database GPG Key ID: BCAB2555446B5B92
  1. 4
      .eslintrc
  2. 1
      .pylintrc

4
.eslintrc

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

1
.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,

Loading…
Cancel
Save