Skip to content

Commit dac388f

Browse files
[pre-commit.ci] pre-commit autoupdate (#142)
<!--pre-commit.ci start--> updates: - [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](asottile/setup-cfg-fmt@v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.9...v0.14.10) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 85dbbf3 commit dac388f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: pretty-format-yaml
1616
args: [--autofix]
1717
- repo: https://github.com/asottile/setup-cfg-fmt
18-
rev: v3.1.0
18+
rev: v3.2.0
1919
hooks:
2020
- id: setup-cfg-fmt
2121
args: [--min-py-version, '3.12']
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.9
28+
rev: v0.14.10
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]

0 commit comments

Comments
 (0)