Bump ruff to 0.4.9 (#119721)

This commit is contained in:
Sid 2024-06-15 11:28:10 +02:00 committed by GitHub
parent 7a3a57c78e
commit 8c5c7203ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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