diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c93c29..e3d8afe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: exclude: '.*\.diff$' - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.1 + rev: v3.0.1 hooks: - id: prettier exclude: ^docs/_* @@ -20,6 +20,6 @@ repos: - id: beautysh - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.7.0 hooks: - id: black