Bump ruff to 0.1.0 (#10900)

This commit is contained in:
Nikita Sobolev
2023-10-17 13:03:38 +03:00
committed by GitHub
parent f99e8b0615
commit 41ac46ce21
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292 # must match requirements-tests.txt
rev: v0.1.0 # must match requirements-tests.txt
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]