diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ea73d1..877e31f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # vim: set nospell: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -24,6 +24,6 @@ repos: - flake8-bugbear exclude: docs\/.* - repo: https://github.com/psf/black - rev: "22.3.0" + rev: "22.6.0" hooks: - id: black