Bump ruff to 0.0.292 (#10830)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292)
This commit is contained in:
pre-commit-ci[bot]
2023-10-03 12:54:45 +01:00
committed by GitHub
parent ca139ad726
commit ff520ca9f2
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.287 # must match requirements-tests.txt
rev: v0.0.292 # must match requirements-tests.txt
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]