Skip to content

Commit b79cc36

Browse files
author
Martin Bartlett
committed
Update pre-commit black version to 26.1.0
Sync black version in pre-commit config with pyproject.toml dependencies to prevent formatting conflicts in CI pipeline.
1 parent d210f4a commit b79cc36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Black code formatting
1717
- repo: https://github.com/psf/black
18-
rev: 24.10.0
18+
rev: 26.1.0
1919
hooks:
2020
- id: black
2121
language_version: python3

0 commit comments

Comments
 (0)