Unverified Commit a47c63bf authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] update Ruff version in pre-commit (#7051)

parent fa2af422
...@@ -63,10 +63,10 @@ repos: ...@@ -63,10 +63,10 @@ repos:
- sphinx_rtd_theme>=3.0.1 - sphinx_rtd_theme>=3.0.1
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.12.5 rev: v0.14.0
hooks: hooks:
# Run the linter. # Run the linter.
- id: ruff - id: ruff-check
args: ["--config", "python-package/pyproject.toml"] args: ["--config", "python-package/pyproject.toml"]
types_or: [python, jupyter] types_or: [python, jupyter]
# Run the formatter. # Run the formatter.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment