mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-02 07:44:04 +01:00
.pre-commit-config.yaml: increase amount of pylint jobs, ignore TODOs
This commit is contained in:
parent
bbaf5778ef
commit
0918dd202b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user