diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 5875965fc71f294498d5b8c5f0c9e98e7d90fa0c..8d779db8bd7cef2c1b0d01a7af35d12ecf39e0f8 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -18,3 +18,8 @@ repos: rev: 22.10.0 hooks: - id: black +- repo: https://github.com/PyCQA/pylint + rev: v2.17.4 + hooks: + - id: pylint + args: [--disable=all, --enable=C0103, "--good-names=i,j,k,x,y,w,h,el,n"] \ No newline at end of file