mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Update pre-commit dependencies (#10698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zanie Blue <contact@zanie.dev> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
parent
3194f90db1
commit
388658efdb
18 changed files with 28 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
Execution, comparison, and summary of `ruff check` ecosystem checks.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
Default projects for ecosystem checks
|
||||
"""
|
||||
|
||||
from ruff_ecosystem.projects import (
|
||||
CheckOptions,
|
||||
FormatOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue