diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07f5b006ca7e87c94b380c91a56c7b5a6234d762..4e843bf7c1e84484756b0293773ebfda7faf9755 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,3 +55,9 @@ repos: rev: 1.6.1 hooks: - id: bandit + - repo: https://github.com/amperser/proselint/ + rev: 0.10.2 + hooks: + - id: proselint + types: [plain-text] + exclude: LICENSE|requirements