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 8f21d39 commit cd1a608Copy full SHA for cd1a608
.pre-commit-config.yaml
@@ -19,22 +19,22 @@ repos:
19
)$
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.11.13
+ rev: v0.12.0
23
hooks:
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
26
- id: ruff-format
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.16.0
+ rev: v1.16.1
30
31
- id: mypy
32
exclude: 'tests'
33
additional_dependencies:
34
- types-pytz==2022.7.1.2
35
36
- repo: https://github.com/python-jsonschema/check-jsonschema
37
- rev: 0.33.0
+ rev: 0.33.1
38
39
- id: check-dependabot
40
- id: check-github-workflows
0 commit comments