diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46923ae..0ed84cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,19 +40,19 @@ repos: args: ["--py36-plus"] - repo: https://github.com/psf/black - rev: "23.10.1" + rev: "23.11.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.6.1" + rev: "v1.7.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/hadialqattan/pycln - rev: "v2.3.0" + rev: "v2.4.0" 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.3" + rev: "v4.0.0-alpha.3" hooks: - id: prettier types_or: [json]