pre-commit-hooks v3.0.0
Features
detect-aws-credentials
: skip empty aws keysdebug-statements
: add detectionwdb
debuggerrequirements-txt-fixer
: support line continuation for dependencies- #469 PR by @aniketbhatnagar.
- #465 issue by @aniketbhatnagar.
Fixes
detect-aws-credentials
: fixUnicodeDecodeError
when running on non-UTF8 files.
Updating
-
pre-commit/pre-commit-hooks now requires python3.6.1+
-
flake8
/pyflakes
have been removed, useflake8
frompycqa/flake8
instead:- repo: https://gitlab.com/pycqa/flake8 rev: 3.8.1 hooks: - id: flake8