diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c613bcdff..c6071bc61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.12.0 # Keep in sync with blacken-docs + rev: 23.12.1 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -99,7 +99,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.12.0 # keep in sync with black hook + - black==23.12.1 # keep in sync with black hook # TODO: black-jupyter # Jupyter Notebooks: clean up all cell outputs