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 544d081 commit 419310bCopy full SHA for 419310b
.github/dependabot.yml
@@ -4,7 +4,11 @@ updates:
4
directory: "/"
5
schedule:
6
interval: monthly
7
+ cooldown:
8
+ default-days: 7
9
- package-ecosystem: github-actions
10
11
12
13
14
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
- id: check-docstring-first
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.13.3
+ rev: v0.14.7
26
hooks:
27
- id: ruff-check
28
- id: ruff-format
29
30
- repo: https://github.com/woodruffw/zizmor-pre-commit
31
- rev: v1.14.2
+ rev: v1.18.0
32
33
- id: zizmor
0 commit comments