File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 - --markdown-linebreak-ext=md
9292 verbose : true
9393 - repo : https://github.com/astral-sh/ruff-pre-commit
94- rev : v0.9.9
94+ rev : v0.11.0
9595 hooks :
9696 - id : ruff
9797 stages :
Original file line number Diff line number Diff line change 9191 - --markdown-linebreak-ext=md
9292 verbose : true
9393 - repo : https://github.com/astral-sh/ruff-pre-commit
94- rev : v0.9.9
94+ rev : v0.11.0
9595 hooks :
9696 - id : ruff
9797 stages :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cache-dir = ".local/cache/ruff"
22fix = true
33line-length = 100
44output-format = " grouped"
5- required-version = " == 0.9.9 "
5+ required-version = " >=0.11,<0.12 "
66show-fixes = true
77src = [" pkg/src" , " test/src" ]
88target-version = " py310"
Original file line number Diff line number Diff line change 134134 ],
135135 "version" : " 2.0.0"
136136 },
137- "terminal.integrated.scrollback" : 100000
137+ "terminal.integrated.scrollback" : 1000000
138138 }
139139 }
140140 },
Original file line number Diff line number Diff line change 61376137 ],
61386138 "version": "2.0.0"
61396139 },
6140- "terminal.integrated.scrollback": 100000
6140+ "terminal.integrated.scrollback": 1000000
61416141 }
61426142 }
61436143 },
65516551 }
65526552 ],
65536553 "repo": "https://github.com/astral-sh/ruff-pre-commit",
6554- "rev": "v0.9.9 "
6554+ "rev": "v0.11.0 "
65556555 }
65566556 ]
65576557 },
67706770 }
67716771 ],
67726772 "repo": "https://github.com/astral-sh/ruff-pre-commit",
6773- "rev": "v0.9.9 "
6773+ "rev": "v0.11.0 "
67746774 }
67756775 ]
67766776 },
69686968 ]
69696969 },
69706970 "output-format": "grouped",
6971- "required-version": "== 0.9.9 ",
6971+ "required-version": ">=0.11,<0.12 ",
69726972 "show-fixes": true,
69736973 "src": [
69746974 "pkg/src",
2835028350 }
2835128351 ],
2835228352 "repo": "https://github.com/astral-sh/ruff-pre-commit",
28353- "rev": "v0.9.9 "
28353+ "rev": "v0.11.0 "
2835428354 }
2835528355 ]
2835628356 }
You can’t perform that action at this time.
0 commit comments