diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba68da54ba49449f1745ca5003e0e244036c03ef..dd85842b66c042577944667586e22cf5f032240f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: exclude: snapshots/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude: ^.*\.md$ @@ -21,11 +21,11 @@ repos: - id: seed-isort-config - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.12.0 hooks: - id: black