diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdcbba6..bb7fcb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.1 hooks: - id: prettier # Temporary excludes so we can gradually normalize the formatting @@ -42,7 +42,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black.git - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black language_version: python3 @@ -58,7 +58,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: