Skip to content

Commit

Permalink
[TMP] use classic linters, no ruff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 12, 2023
1 parent 2b81b3f commit 5f76b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def update_test_samples(c):
c.run(
"poetry run copier copy --trust -fr HEAD -x '**' -x '!.pylintrc*' "
f"-d odoo_version={oca_template_version}"
" -d repo_slug=test -d repo_name=test -d repo_description=test"
" -d repo_slug=test -d repo_name=test -d repo_description=test -d use_ruff=no"
f" vendor/oca-addons-repo-template {oca_copy_path}"
)
for file_name in (".pylintrc", ".pylintrc-mandatory"):
Expand Down

0 comments on commit 5f76b9e

Please sign in to comment.