Bump ruff to 0.4.4 (#117154)

This commit is contained in:
Sid
2024-05-09 22:13:11 +02:00
committed by GitHub
parent 3fa2db84f0
commit e4a3cab801
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -660,7 +660,7 @@ filterwarnings = [
]
[tool.ruff]
required-version = ">=0.4.3"
required-version = ">=0.4.4"
[tool.ruff.lint]
select = [

View File

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