mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Add pylint pre-commit hook
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user