diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02e4268..22de829 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black types: @@ -39,7 +39,7 @@ repos: files: .py$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier types_or: [javascript]