v1.3.0
版本发布时间: 2018-05-29 01:39:36
pre-commit/pre-commit-hooks最新发布版本:v4.6.0(2024-04-07 02:28:01)
Features
- Add an
--unsafe
argument tocheck-yaml
to allow custom yaml tags- #273 issue by @blackillzone.
- #274 PR by @asottile.
- Automatically remove
pkg-resources==0.0.0
inrequirements-txt-fixer
- #275 PR by @nvtkaszpir.
- Detect
breakpoint()
(python3.7+) indebug-statements
hook.- #283 PR by @asottile.
- Detect sshcom and putty hooks in
detect-private-key
- #287 PR by @vin01.
Fixes
- Open files as UTF-8 (
autopep8-wrapper
,check-docstring-first
,double-quote-string-fixer
)- #279 PR by @nvtkaszpir.
- Fix
AttributeError
incheck-builtin-literals
for some functions- #285 issue by @EgoWumpus.
- #286 PR by @asottile.