Merge pull request #1696 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
@@ -14,7 +14,7 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.6
|
rev: v0.1.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--fix", "--show-fixes"]
|
args: ["--fix", "--show-fixes"]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class Printable(Protocol):
|
|||||||
|
|
||||||
|
|
||||||
def dump_python_configurations(
|
def dump_python_configurations(
|
||||||
inp: Mapping[str, Mapping[str, Sequence[Mapping[str, Printable]]]]
|
inp: Mapping[str, Mapping[str, Sequence[Mapping[str, Printable]]]],
|
||||||
) -> str:
|
) -> str:
|
||||||
output = StringIO()
|
output = StringIO()
|
||||||
for header, values in inp.items():
|
for header, values in inp.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user