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.
2 parents 9407da9 + 4b8ddd7 commit ef49bf6Copy full SHA for ef49bf6
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.14.14
+ rev: v0.15.9
4
hooks:
5
- id: ruff-check
6
- id: ruff-format
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.36.1
+ rev: 0.37.1
9
10
- id: check-github-workflows
11
- id: check-readthedocs
@@ -15,7 +15,7 @@ repos:
15
- id: blacken-docs
16
additional_dependencies: [black==25.1.0]
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v1.19.1
+ rev: v1.20.0
19
20
- id: mypy
21
language_version: python3
0 commit comments