We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473186d commit a8a1ea3Copy full SHA for a8a1ea3
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: rst-backticks
25
- id: rst-directive-colons
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v3.0.3
+ rev: v3.1.0
28
hooks:
29
- id: prettier
30
types_or: [javascript, css]
@@ -39,13 +39,13 @@ repos:
39
args:
40
- --fix
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.1.4'
+ rev: 'v0.1.5'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/tox-dev/pyproject-fmt
48
- rev: 1.4.1
+ rev: 1.5.1
49
50
- id: pyproject-fmt
51
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments