pre-commit-hooks v1.3.0
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. - Detect sshcom and putty hooks in
detect-private-key
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.