v3.0.0
版本发布时间: 2020-05-21 00:12:32
pre-commit/pre-commit-hooks最新发布版本:v4.6.0(2024-04-07 02:28:01)
Features
-
detect-aws-credentials
: skip empty aws keys- #450 PR by @begoon.
- #449 issue by @begoon.
-
debug-statements
: add detectionwdb
debugger- #452 PR by @itsdkey.
- #451 issue by @itsdkey.
-
requirements-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.- #453 PR by @asottile.
- #393 PR by @a7p
- #346 issue by @rpdelaney.
Updating
-
pre-commit/pre-commit-hooks now requires python3.6.1+
- #447 PR by @asottile.
- #455 PR by @asottile.
-
flake8
/pyflakes
have been removed, useflake8
frompycqa/flake8
instead:- repo: https://gitlab.com/pycqa/flake8 rev: 3.8.1 hooks: - id: flake8
- #476 PR by @asottile.
- #477 PR by @asottile.
- #344 issue by @asottile.