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 d466307 + 6720631 commit 62b8d30Copy full SHA for 62b8d30
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.6
+ rev: v0.11.13
18
hooks:
19
- id: ruff
20
args:
@@ -23,7 +23,7 @@ repos:
23
files: ^(siapy|tests)/
24
- id: ruff-format
25
- repo: https://github.com/gitleaks/gitleaks
26
- rev: v8.24.3
+ rev: v8.27.2
27
28
- id: gitleaks
29
- repo: https://github.com/codespell-project/codespell
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies:
34
- tomli
35
- repo: https://github.com/compilerla/conventional-pre-commit
36
- rev: v4.0.0
+ rev: v4.2.0
37
38
- id: conventional-pre-commit
39
stages: [commit-msg]
0 commit comments