diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e41f1b7..65363b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: # Sort includes - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.0" hooks: - id: isort @@ -137,10 +137,9 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier - entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742 types_or: [yaml, markdown, html, css, scss, javascript, json] # Clean jupyter notebooks