python-security/pyt

View on GitHub
.pre-commit-config.yaml

Summary

Maintainability
Test Coverage
-   repo: https://github.com/pre-commit/pre-commit-hooks
    sha: v0.9.1
    hooks:
    -   id: trailing-whitespace
    -   id: end-of-file-fixer
    -   id: check-docstring-first
    -   id: debug-statements
    -   id: check-ast
    -   id: check-symlinks
    -   id: flake8
        args: ['--exclude=examples/*', '--ignore=E501,E741']