Pre-commit pylint hook
Find a file
2026-05-22 15:42:02 +02:00
src/precommitpylint Configure some pre-commit hooks, including self test 2026-05-22 15:42:02 +02:00
.gitignore Configure some pre-commit hooks, including self test 2026-05-22 15:42:02 +02:00
.pre-commit-config.yaml Configure some pre-commit hooks, including self test 2026-05-22 15:42:02 +02:00
.pre-commit-hooks.yaml Initial commit 2026-04-13 17:51:49 +02:00
pyproject.toml Initial commit 2026-04-13 17:51:49 +02:00
README.md Initial commit 2026-04-13 17:51:49 +02:00

Pre-commit Pylint

This project provide a pre-commit hook to run pylint on your project's python files.

This hook handle installation of pylint and your project's dependencies (using pip install) in an environment manage by pre-commit.

Usage

---
repos:
  - repo: https://gitea.zionetrix.net/bn8/pre-commit-pylint.git
    rev: v3.3.4
    hooks:
      - id: pylint