Skip to content

Commit

Permalink
fix: bump black to 22.3.0 due to click 8.1 release (#44)
Browse files Browse the repository at this point in the history
* fix: bump black to 22.3.0 due to click 8.1 release

Committed via https://github.com/asottile/all-repos

* fix(types): pin click while this typing bug is fixed

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii authored Mar 29, 2022
1 parent 32ca01b commit 4f668ab
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,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand Down Expand Up @@ -45,12 +45,12 @@ repos:


- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.941
rev: v0.942
hooks:
- id: mypy
files: src
args: [--show-error-codes]
additional_dependencies: [rich, click, hist, numpy, textual==0.1.17]
additional_dependencies: [rich>=12, click<8.1, hist, numpy, textual==0.1.17]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
Expand Down

0 comments on commit 4f668ab

Please sign in to comment.