Bump ruff to 0.4.6 (#118384)
This commit is contained in:
parent
7fda7ccafc
commit
f37edc207e
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.4.5
|
||||
rev: v0.4.6
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
|
|
|
@ -669,7 +669,7 @@ filterwarnings = [
|
|||
]
|
||||
|
||||
[tool.ruff]
|
||||
required-version = ">=0.4.4"
|
||||
required-version = ">=0.4.6"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
|
|
@ -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.4.5
|
||||
ruff==0.4.6
|
||||
yamllint==1.35.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue