diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95301fe68..b766235e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: files: ^openff|(^examples/((?!deprecated).)*$)|^docs|(^utilities/((?!deprecated).)*$) repos: - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - id: black-jupyter @@ -12,7 +12,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 files: ^openff|(^utilities/((?!deprecated).)*$) @@ -22,7 +22,7 @@ repos: 'flake8-bugbear', ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade args: