Skip to content

Commit

Permalink
Upgrade Black used by blacken-docs to 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 6, 2025
1 parent 5a266c9 commit 955e653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.1.0
- black==25.1.0
- repo: https://github.com/pycqa/isort
rev: 6.0.0
hooks:
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ For example, for ``makemigrations``:
)
class Command(BaseCommand):
...
class Command(BaseCommand): ...
System Checks
-------------
Expand Down

0 comments on commit 955e653

Please sign in to comment.