We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c71233 + 1845a12 commit 4c1f431Copy full SHA for 4c1f431
1 file changed
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
repos:
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.15.10
+ rev: v0.15.12
11
hooks:
12
- id: ruff-check
13
- id: ruff-format
@@ -18,7 +18,7 @@ repos:
18
- id: gitleaks
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.20.1
+ rev: v1.20.2
22
23
- id: mypy
24
additional_dependencies: ["dateparser", "types-dateparser"]
0 commit comments