diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a00f3f8..4672dfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black language_version: python3 @@ -14,7 +14,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.3 hooks: - id: prettier args: ["--ignore-path=.prettierignore"]