diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b12a529..1235c298 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.14.8' + rev: 'v0.14.9' hooks: # Run the linter. - id: ruff @@ -30,7 +30,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy additional_dependencies: ['types-requests']