We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa8e070 + a0974f7 commit c2a8a55Copy full SHA for c2a8a55
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-yaml # checks for correct yaml syntax for github actions ex.
12
args: [--unsafe]
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.14.4
+ rev: v0.14.5
15
hooks:
16
- id: ruff
17
args: [--fix]
@@ -22,6 +22,6 @@ repos:
22
- id: mypy
23
24
- repo: https://github.com/adhtruong/mirrors-typos
25
- rev: v1.39.0
+ rev: v1.39.2
26
27
- id: typos
0 commit comments