pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
627 stars 88 forks source link

Update pre-commit to 3.7.0 #992

Closed pyup-bot closed 3 months ago

pyup-bot commented 3 months ago

This PR updates pre-commit from 3.6.2 to 3.7.0.

Changelog ### 3.7.0 ``` ================== Features - Use a tty for `docker` and `docker_image` hooks when `--color` is specified. - 3122 PR by glehmann. Fixes - Fix `fail_fast` for individual hooks stopping when previous hooks had failed. - 3167 issue by tp832944. - 3168 PR by asottile. Updating - The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks before the last `fail_fast` hook. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://data.safetycli.com/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit