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 a7544ee commit 1a71f3fCopy full SHA for 1a71f3f
1 file changed
.pre-commit-config.yaml
@@ -24,14 +24,14 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.1.8
+ rev: v0.1.11
28
hooks:
29
- id: ruff
30
args: [--fix]
31
- id: ruff-format
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.7.1
+ rev: v1.8.0
35
36
- id: mypy
37
additional_dependencies: [mdurl]
0 commit comments