We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32879c8 commit fd44904Copy full SHA for fd44904
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.5.0"
+ rev: "v2.5.1"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/abravalheri/validate-pyproject
22
rev: "v0.23"
23
24
- id: validate-pyproject
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.9.7"
+ rev: "v0.9.9"
27
28
- id: ruff-format
29
- id: ruff
@@ -38,7 +38,7 @@ repos:
38
39
- id: rst-backticks
40
- repo: https://github.com/rbubley/mirrors-prettier
41
- rev: "v3.5.2"
+ rev: "v3.5.3"
42
43
- id: prettier
44
- repo: local
0 commit comments