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

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

parent 8eb3b77c
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ repos: ...@@ -12,6 +12,10 @@ repos:
rev: v0.812 rev: v0.812
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/PyCQA/pylint
rev: v2.8.2
hooks:
- id: pylint
- repo: https://gitlab.com/devopshq/gitlab-ci-linter - repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3 rev: v1.0.3
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment