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 16, 2024
1 parent 5916f77 commit 9c9d439
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Added
- Mark the Darker package as annotated with type hints.
- Update to ``ioggstream/[email protected]`` in CI.
- Support for Python 3.12 in the package metadata and the CI build.
- Update to Black 24.2.x and isort 5.13.x in pre-commit configuration.

Removed
-------
Expand Down

0 comments on commit 9c9d439

Please sign in to comment.