This commit is contained in:
Anthony Sottile 2021-04-16 14:14:17 -07:00
parent 52ada7c614
commit 8fc66027f7
3 changed files with 10 additions and 2 deletions

View file

@ -21,7 +21,7 @@ repos:
hooks: hooks:
- id: autopep8 - id: autopep8
- repo: https://github.com/pre-commit/pre-commit - repo: https://github.com/pre-commit/pre-commit
rev: v2.12.0 rev: v2.12.1
hooks: hooks:
- id: validate_manifest - id: validate_manifest
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade

View file

@ -1,3 +1,11 @@
2.12.1 - 2021-04-16
===================
### Fixes
- Fix race condition when stashing files in multiple parallel invocations
- #1881 PR by @adamchainz.
- #1880 issue by @adamchainz.
2.12.0 - 2021-04-06 2.12.0 - 2021-04-06
=================== ===================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 2.12.0 version = 2.12.1
description = A framework for managing and maintaining multi-language pre-commit hooks. description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown