Skip to content

Commit 9be787c

Browse files
Bump ruff from 0.14.10 to 0.14.11 in /requirements/lintrunner (onnx#305)
1 parent af5c36f commit 9be787c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ ignore = [
8989
"RUF022", # We don't need to sort __all__ for elements to be grouped
9090
"RUF031", # Parentheses for tuple in subscripts is more readable
9191
"RUF052", # Variables with `_` prefix may not be dummy variables in all cases
92+
"RUF067", # More relaxed __init__.py files
9293
"SIM102", # Collapible if statements are not always more readable
9394
"SIM108", # We don't always encourage ternary operators
9495
"SIM114", # Don't always combine if branches for debugability

requirements/lintrunner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto updated by dependabot
22
lintrunner-adapters>=0.8.0
33
# RUFF, RUFF-FIX
4-
ruff==0.14.10
4+
ruff==0.14.11
55
# MYPY
66
mypy==1.19.1
77
types-PyYAML==6.0.12.20250822

0 commit comments

Comments
 (0)