We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5bfcd commit e953fb0Copy full SHA for e953fb0
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
# exclude: ^(src/nebius/api|.direnv|.eggs|.git|.hg|.ipynb_checkpoints|.mypy_cache|.nox|.pytest_cache|.ruff_cache|.tox|.svn|.venv|.vscode|pypackages|_build|buck-out|build|dist|venv)/
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
- rev: v0.15.0
+ rev: v0.15.1
16
hooks:
17
# Run the linter.
18
- id: ruff
0 commit comments