Skip to content

Commit 18ef70d

Browse files
Update black to 24.3.0 for Python 3.12+ compatibility
Black 22.12.0 fails on Python 3.12+ with 'module ast has no attribute Str'. Upgrading to 24.3.0 which supports Python 3.12+.
1 parent 97f75ad commit 18ef70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: ruff
1818
args: [--fix, --exclude, "**/tests_common/,**/tests_integration/"]
1919
- repo: https://github.com/psf/black
20-
rev: 22.12.0
20+
rev: 24.3.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)