Skip to content

Commit

Permalink
Update Black and isort in pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Mar 8, 2024
1 parent 8059d1d commit a55446e
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 @@ -14,8 +14,8 @@ repos:
- id: darker
args: [--isort]
additional_dependencies:
- black~=21.8b0
- isort~=5.9
- black~=24.2.0
- isort~=5.13.2
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
Expand Down

0 comments on commit a55446e

Please sign in to comment.