diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc03b454..250e44cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.1' + rev: 'v0.6.2' hooks: - id: ruff - repo: https://github.com/PyCQA/flake8 @@ -74,7 +74,7 @@ repos: hooks: - id: rstcheck - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: [pygeoif>=1.4, arrow, pytest]