Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Blin committed Sep 20, 2022
1 parent 816a2b6 commit 6d4a183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: blacken-docs
args: [--line-length=120]
additional_dependencies: [black==22.3.0]
additional_dependencies: [black==22.8.0]

- repo: https://github.com/myint/docformatter
rev: v1.5.0
Expand All @@ -52,7 +52,6 @@ repos:
rev: 22.8.0
hooks:
- id: black
language_version: python3.7
args: [--line-length=120]

- repo: https://gitlab.com/pycqa/flake8
Expand Down

0 comments on commit 6d4a183

Please sign in to comment.