From ce38a9016ef487f7195619948377afdf485133ab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 1 Nov 2023 08:12:35 +0200 Subject: [PATCH] .pre-commit-config.yaml: update pylint entry comment (jobs, todo disabling) --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06f44483..38070844 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -165,7 +165,8 @@ 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]