diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63b0db9..b982919 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: - --use-current-year exclude: 'idf_build_apps/vendors/' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.6' + rev: 'v0.15.10' hooks: - id: ruff-check args: ['--fix'] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.19.1' + rev: 'v1.20.1' hooks: - id: mypy args: ['--warn-unused-ignores']