diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b4335b3..76f8fce4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: files: (^openff|^utilities|^integration-tests) repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - id: black-jupyter @@ -26,7 +26,7 @@ repos: - id: nbqa-isort files: ^docs/tutorial - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout files: ^docs/tutorial