diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c0e2b6..da4a7ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,6 +104,7 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + # Use as many jobs as CPU cores, disable TODO warnings + entry: pylint -j 0 -d W0511 language: system types_or: [python, pyi]