Add pylint pre-commit hook

This commit is contained in:
Cosmin Ciocan
2024-01-12 18:12:49 +01:00
parent 182e3519ad
commit be6b7a01d6
5 changed files with 43 additions and 2 deletions
+7
View File
@@ -37,3 +37,10 @@ repos:
hooks:
- id: flake8
args: ["--config", ".flake8"]
# pylint check
- repo: https://github.com/pycqa/pylint
rev: v3.0.3
hooks:
- id: pylint
args: ["--rcfile", "pyproject.toml"]