diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cd416f..f5b6406 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: [--py37-plus] - repo: https://github.com/PyCQA/isort - rev: "8.0.1" + rev: "9.0.0b1" hooks: - id: isort args: [--project=melplot, --line-length=100, --profile=black] @@ -35,6 +35,6 @@ repos: args: [--max-line-length=100, "--ignore=E203,E402,E501,W503,E226"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.9.4" + rev: "v3.9.6" hooks: - id: prettier