diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb3f40b8..6558201c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: # Also run Black on examples in the documentation - repo: https://github.com/adamchainz/blacken-docs - rev: 1.18.0 + rev: 1.19.0 hooks: - id: blacken-docs additional_dependencies: [black==24.*]