diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcca052..2deb9f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language: pygrep files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--check, --diff] @@ -45,7 +45,7 @@ repos: 'pydocstyle>=5.0.0', ] - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==24.8.0]