Skip to content

Commit

Permalink
Update Black versions in pre-commit config (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr authored Jun 29, 2024
1 parent f63db2f commit 330e890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.1.0
- black==24.4.2
files: '\.rst$'
- repo: https://github.com/pycqa/isort
rev: 5.13.2
Expand All @@ -62,5 +62,5 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- black==22.12.0
- black==24.4.2
- pytest==7.1.2

0 comments on commit 330e890

Please sign in to comment.