We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b733e84 + 316841e commit 1d6958cCopy full SHA for 1d6958c
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
exclude: "^LICENSES"
5
6
ci:
7
- autoupdate_schedule: monthly
+ autoupdate_schedule: quarterly
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -17,7 +17,7 @@ repos:
17
# Run ruff to lint and format
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
# Ruff version.
20
- rev: v0.11.7
+ rev: v0.11.8
21
hooks:
22
# Run the linter.
23
- id: ruff
0 commit comments