diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9c88288a4..5d81c7d24c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/ikamensh/flynt/ @@ -31,11 +31,11 @@ repos: hooks: - id: flynt - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.1 hooks: - id: black args: ["--target-version", "py310"]