diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7babd53..750e6e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.6" + rev: "v0.14.10" hooks: - id: ruff-format - id: ruff args: [ --fix ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v1.19.1" hooks: - id: mypy additional_dependencies: [pandas-stubs<2.3, types-python-dateutil, types-requests] \ No newline at end of file