Bump ruff to 0.4.7 (#118612)

This commit is contained in:
Sid 2024-06-01 20:04:04 +02:00 committed by GitHub
parent 649d6ec11a
commit daadc4662a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 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.6 rev: v0.4.7
hooks: hooks:
- id: ruff - id: ruff
args: args:

View File

@ -669,7 +669,7 @@ filterwarnings = [
] ]
[tool.ruff] [tool.ruff]
required-version = ">=0.4.6" required-version = ">=0.4.7"
[tool.ruff.lint] [tool.ruff.lint]
select = [ select = [

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.6 ruff==0.4.7
yamllint==1.35.1 yamllint==1.35.1