Skip to content

Commit

Permalink
Upgrade pre-commit env (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Mar 30, 2022
1 parent 8b2ed6d commit 81f2ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 81f2ffe

Please sign in to comment.