diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 105a737..b39b110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,14 +45,14 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.5.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/hadialqattan/pycln - rev: "v2.2.1" + rev: "v2.2.2" hooks: - id: pycln args: ["--all"] @@ -102,7 +102,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v3.0.3" hooks: - id: prettier types_or: [json]