Skip to content

Commit

Permalink
Issue #74: Update black version in .pre-commit-config.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 10, 2022
1 parent 3b8aa92 commit 80866de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- --maxkb=2048
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.8b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -31,7 +31,7 @@ repos:
rev: v1.8.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b0]
additional_dependencies: [black==22.3.0]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
Expand Down

0 comments on commit 80866de

Please sign in to comment.