Skip to content

Commit

Permalink
Bump black instead of pinning click
Browse files Browse the repository at this point in the history
Since the offending section was obsolete and removed in the latest version of black,
for more details see: psf/black#2964.
  • Loading branch information
gruuya committed Mar 29, 2022
1 parent 8b740f1 commit afa54de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
language_version: python3.8
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afa54de

Please sign in to comment.