mirror of https://github.com/mamba-org/mamba.git
Upgrade pre-commit env (#1602)
This commit is contained in:
parent
8b2ed6d7af
commit
81f2ffe036
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue