diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7ec91..07d9308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.0.1 hooks: - id: mypy additional_dependencies: [types-all] @@ -78,7 +78,7 @@ repos: - id: yamllint exclude: (.vscode|.devcontainer|.github) - repo: https://github.com/pappasam/toml-sort - rev: v0.22.3 + rev: v0.22.4 hooks: - id: toml-sort args: []