diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c83cad3..e7b6b019 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - id: mypy additional_dependencies: [types-setuptools, xgboost] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.6 + rev: v0.16.7 hooks: - id: ruff args: ["--config", "python/pyproject.toml"]