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.
2 parents 32efccd + 9e985ff commit b82ea16Copy full SHA for b82ea16
.pre-commit-config.yaml
@@ -7,18 +7,18 @@ ci:
7
repos:
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.12.3
+ rev: v0.12.4
11
hooks:
12
- id: ruff-check
13
- id: ruff-format
14
15
- repo: https://github.com/gitleaks/gitleaks
16
- rev: v8.27.2
+ rev: v8.28.0
17
18
- id: gitleaks
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.16.1
+ rev: v1.17.0
22
23
- id: mypy
24
@@ -47,7 +47,7 @@ repos:
47
- id: doc8
48
49
- repo: https://github.com/regebro/pyroma
50
- rev: "4.3.3"
+ rev: "5.0"
51
52
- id: pyroma
53
additional_dependencies: ["poetry"]
0 commit comments