diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d8e182..e02bd89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.1.0' + rev: 'v4.4.0' hooks: - id: trailing-whitespace exclude: data @@ -11,7 +11,7 @@ repos: exclude: data - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.10.0 hooks: - id: black