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 0ce709c commit 86c8bffCopy full SHA for 86c8bff
1 file changed
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
language: python
10
additional_dependencies: [pygments, restructuredtext_lint]
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.11.11
+ rev: v0.11.12
13
hooks:
14
- id: ruff
15
args: ["--fix"]
16
- id: ruff-format
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v1.15.0
+ rev: v1.16.0
19
20
- id: mypy
21
files: ^(src|tests)
0 commit comments