Skip to content

Commit

Permalink
Upgrade black to 22.3.0
Browse files Browse the repository at this point in the history
This release fixes the issues that required pinning click, so we can drop that
pin again.
  • Loading branch information
mjpieters committed Mar 28, 2022
1 parent 8c49920 commit a6dd9fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Expand Up @@ -12,13 +12,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '22.1.0'
rev: '22.3.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
# Black misbehaved and broke when click 8.1.0 was released with an internal
# module removed. See https://github.com/psf/black/issues/2964
additional_dependencies: ['click<8.1.0']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.0.1'
hooks:
Expand Down

0 comments on commit a6dd9fc

Please sign in to comment.