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 ec03867 commit 2795960Copy full SHA for 2795960
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
args: [--prose-wrap=always]
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: "v0.6.4"
+ rev: "v0.6.8"
45
hooks:
46
- id: ruff
47
args: ["--fix", "--show-fixes"]
@@ -82,12 +82,12 @@ repos:
82
exclude: .pre-commit-config.yaml
83
84
- repo: https://github.com/henryiii/validate-pyproject-schema-store
85
- rev: "2024.08.26"
+ rev: "2024.09.23"
86
87
- id: validate-pyproject
88
89
- repo: https://github.com/python-jsonschema/check-jsonschema
90
- rev: "0.29.2"
+ rev: "0.29.3"
91
92
- id: check-dependabot
93
- id: check-github-workflows
0 commit comments