mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-25 21:04:45 +00:00
Update pre-commit dependencies (#15433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
parent
7d20277111
commit
22edee2353
5 changed files with 15 additions and 13 deletions
|
@ -258,7 +258,7 @@ def main() -> None:
|
|||
{
|
||||
"redirects": {
|
||||
"redirect_maps": {
|
||||
f'rules/{rule["code"]}.md': f'rules/{rule["name"]}.md'
|
||||
f"rules/{rule['code']}.md": f"rules/{rule['name']}.md"
|
||||
for rule in rules
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue