Skip to content

Commit 21f6031

Browse files
committed
Add 'Warning' rule
1 parent 97838b4 commit 21f6031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ preview = true
9999
[tool.ruff.lint]
100100
select = [
101101
"E", "F", "D", "UP", "YTT", "ASYNC", "B", "A", "C4", "ISC", "ICN", "PIE", "PT",
102-
"Q", "RSE", "RET", "SIM", "TID", "ERA", "FLY", "PERF", "LOG", "RUF"
102+
"Q", "RSE", "RET", "SIM", "TID", "ERA", "FLY", "PERF", "LOG", "RUF", "W"
103103
]
104104
ignore = [
105105
"A004", "E501", "F405", "D100", "D101", "D102", "D103", "D104", "D105", "D106",

0 commit comments

Comments
 (0)