Bump ruff to 0.5.7 (#123531)

This commit is contained in:
Sid
2024-08-10 14:04:27 +02:00
committed by GitHub
parent 5f73c73a88
commit 9b678e474b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args:

View File

@ -1,5 +1,5 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
codespell==2.3.0
ruff==0.5.6
ruff==0.5.7
yamllint==1.35.1