Skip to content

Commit

Permalink
Keep Black version in sync with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Oct 9, 2024
1 parent 6becbb8 commit 6b31a2f
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 24.8.0
hooks:
- id: black
stages: [pre-push]
Expand All @@ -11,7 +11,7 @@ repos:
hooks:
- id: blacken-docs
stages: [pre-push]
additional_dependencies: [black==24.8.0]
additional_dependencies: [black~=24.8.0]
language_version: python3
files: '\.(rst|md|markdown|py|tex)$'

Expand Down

0 comments on commit 6b31a2f

Please sign in to comment.