diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a88e10..bc76a57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black exclude: tests/ @@ -53,7 +53,7 @@ repos: --report-level=warning, ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 + rev: v2.2.2 hooks: - id: codespell files: \.(py|sh|rst|yml|yaml)$