.pre-commit-config.yaml: update pylint entry comment (jobs, todo disabling)

This commit is contained in:
Aminda Suomalainen 2023-11-01 08:12:35 +02:00
parent d2c6f99401
commit ce38a9016e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -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]