Skip to content

Commit

Permalink
[REV] pre-commit-config: Revert enable jobs for pylint hook (#141)
Browse files Browse the repository at this point in the history
New pylint-odoo version is compatible to use multiple jobs and this commit enables the option in order to run faster

However, there is a pending issue to fix:
 - OCA/pylint-odoo#512

So, consider-merging-classes-inherited could be not raised
  • Loading branch information
moylop260 authored Dec 24, 2024
1 parent 07fe5ba commit 0ae95f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/pre_commit_vauxoo/cfg/.pre-commit-config-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ repos:
- --rcfile=.pylintrc-optional
# External scripts
- --disable=R0000
- --jobs=0 # 0 will auto-detect the number of processors available to use
# uncomment after fix https://github.com/OCA/pylint-odoo/pull/512
# - --jobs=0 # 0 will auto-detect the number of processors available to use
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.35
hooks:
Expand Down
3 changes: 2 additions & 1 deletion src/pre_commit_vauxoo/cfg/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ repos:
args:
# External scripts
- --disable=R0000
- --jobs=0 # 0 will auto-detect the number of processors available to use
# uncomment after fix https://github.com/OCA/pylint-odoo/pull/512
# - --jobs=0 # 0 will auto-detect the number of processors available to use
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.51.0
hooks:
Expand Down

0 comments on commit 0ae95f2

Please sign in to comment.