- repo: git://github.com/pre-commit/mirrors-yapf sha: 316b795b2f32cbe80047aff7e842b72368d5a2c1 hooks: - id: yapf files: ^(examples|telegram|tests)/.*\.py$ - repo: git://github.com/pre-commit/pre-commit-hooks sha: adbb569fe9a64ad9bce3b53a77f1bc39ef31f682 hooks: - id: flake8 files: ^telegram/.*\.py$ - repo: git://github.com/pre-commit/mirrors-pylint sha: 4de6c8dfadef1a271a814561ce05b8bc1c446d22 hooks: - id: pylint files: ^telegram/.*\.py$ args: - --errors-only - --disable=no-name-in-module,import-error