Skip to content

Commit

Permalink
reset versions of black and pinned click to get round error when run …
Browse files Browse the repository at this point in the history
…black
  • Loading branch information
jogilder committed May 12, 2022
1 parent 40c4e02 commit 34a74f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 18.9b0
hooks:
- id: black
additional_dependencies: ['click==8.0.4']
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
Expand Down
3 changes: 2 additions & 1 deletion requirements-py3-lint.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
flake8==3.8.1
black==22.3.0
black==18.9b0
click==8.0.4

0 comments on commit 34a74f7

Please sign in to comment.