Skip to content
Snippets Groups Projects
Commit c6346b58 authored by Moul's avatar Moul
Browse files

[enh] #162: Introduce pylint pre-commit hook

Exclude 'docs' folder check when running:
pre-commit run pylint -a
parent f2c670bf
Branches
Tags
2 merge requests!157v1.0.0rc0: merge dev into master,!136#135, #162: Introduce mypy, pylint, isort, gitlab-ci pre-commit hooks
......@@ -14,6 +14,11 @@ repos:
hooks:
- id: mypy
exclude: ^docs/
- repo: https://github.com/PyCQA/pylint
rev: v2.8.2
hooks:
- id: pylint
exclude: ^docs/
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment