Skip to content

Commit

Permalink
πŸ’š Bump black version used by pre-commit
Browse files Browse the repository at this point in the history
22.3 contains the fix for psf/black#2963
  • Loading branch information
pajowu authored and stefanw committed Apr 7, 2022
1 parent e66aec0 commit 30fbcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: isort
args: ['--profile', 'black', '--filter-files']
- repo: https://github.com/psf/black
rev: '22.1.0' # Replace by any tag/version: https://github.com/psf/black/tags
rev: '22.3.0' # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down

0 comments on commit 30fbcb1

Please sign in to comment.