Pre-commit pylint hook
- Python 100%
| src/precommitpylint | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pre-commit-hooks.yaml | ||
| pyproject.toml | ||
| README.md | ||
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