Skip to content
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ repos:
exclude: CHANGELOG.md

- repo: https://github.com/JoC0de/pre-commit-prettier
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
rev: v3.7.4
hooks:
- id: prettier
files: \.(json|yml|yaml|toml)
# https://prettier.io/docs/en/options.html#print-width
args: ["--print-width=120"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.11
rev: v0.14.10
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -68,7 +68,7 @@ repos:
- id: sphinx-lint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.6.0
rev: v2.11.1
hooks:
- id: pyproject-fmt
additional_dependencies: [tox]
Expand Down
Loading