diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7f3233..4185a06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/Lucas-C/pre-commit-hooks @@ -43,7 +43,7 @@ repos: files: \.talon$ args: ["--whitespaces-count=4"] - repo: https://github.com/wenkokke/talonfmt - rev: 1.10.1 + rev: 1.10.2 hooks: - id: talonfmt args: ["--in-place"]