mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-10 06:35:07 +00:00
Update pre-commit dependencies (#13289)
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
f427a7a5a3
commit
346dbf45b5
4 changed files with 6 additions and 4 deletions
|
@ -7,8 +7,9 @@ import json
|
|||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
from collections.abc import Sequence
|
||||
from pathlib import Path
|
||||
from typing import NamedTuple, Sequence
|
||||
from typing import NamedTuple
|
||||
|
||||
import mdformat
|
||||
import yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue