Thanks to visit codestin.com Credit goes to github.com
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 82f5a2d commit efba779Copy full SHA for efba779
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.31.1
+ rev: 0.31.2
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
@@ -24,13 +24,13 @@ repos:
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.9.6"
+ rev: "v0.9.7"
28
29
- id: ruff-format
30
- id: ruff
31
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
32
- repo: https://github.com/rbubley/mirrors-prettier
33
- rev: "v3.5.1" # Use the sha / tag you want to point at
+ rev: "v3.5.2" # Use the sha / tag you want to point at
34
35
- id: prettier
36
additional_dependencies:
0 commit comments