Skip to content

Commit db6ce7f

Browse files
[pre-commit.ci] pre-commit autoupdate (#2695)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/rbubley/mirrors-prettier: v3.5.2 → v3.5.3](rbubley/mirrors-prettier@v3.5.2...v3.5.3) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 672c8de commit db6ce7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.9.7"
13+
rev: "v0.9.9"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]
@@ -61,11 +61,11 @@ repos:
6161
require_serial: true
6262
additional_dependencies: ["types-typed-ast"]
6363
- repo: https://github.com/rbubley/mirrors-prettier
64-
rev: v3.5.2
64+
rev: v3.5.3
6565
hooks:
6666
- id: prettier
6767
args: [--prose-wrap=always, --print-width=88]
6868
- repo: https://github.com/tox-dev/pyproject-fmt
69-
rev: "v2.5.0"
69+
rev: "v2.5.1"
7070
hooks:
7171
- id: pyproject-fmt

0 commit comments

Comments
 (0)