Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 384 Bytes

File metadata and controls

14 lines (11 loc) · 384 Bytes

pylyzer-pre-commit

A pre-commit hook for pylyzer.

Using pylyzer with pre-commit

To run pylyzer via pre-commit, add the following to your .pre-commit-config.yaml:

repos:
  - repo: https://github.com/LoicRiegel/pylyzer-pre-commit
    rev: v0.0.82  # pylyzer version
    hooks:
      - id: pylyzer