Upgrade pre-commit env (#1602)

This commit is contained in:
Jonas Haag 2022-03-30 14:56:07 +02:00 committed by GitHub
parent 8b2ed6d7af
commit 81f2ffe036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
exclude: libmamba/tests/repodata_json_cache*
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==21.12b0]
additional_dependencies: [black==22.3.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks: