[pre-commit.ci] pre-commit autoupdate (#2948)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.13...v0.14.14)
- [github.com/rbubley/mirrors-prettier: v3.8.0 → v3.8.1](https://github.com/rbubley/mirrors-prettier/compare/v3.8.0...v3.8.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index efc7866..2137dc2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,7 +10,7 @@
- id: end-of-file-fixer
exclude: tests/testdata
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.14.13"
+ rev: "v0.14.14"
hooks:
- id: ruff-check
args: ["--fix"]
@@ -76,7 +76,7 @@
require_serial: true
additional_dependencies: ["types-typed-ast"]
- repo: https://github.com/rbubley/mirrors-prettier
- rev: v3.8.0
+ rev: v3.8.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]